#ACAF33

Color #ACAF33 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #ACAF33

Tints of Brass #ACAF33

Color information

#ACAF33 (or 0xACAF33) is unknown color: approx Brass. HEX triplet: AC, AF and 33. RGB value is (172,175,51). Sum of RGB (Red+Green+Blue) = 172+175+51=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAF33 is #5350CC. Grayscale: #A0A0A0. Windows color (decimal): -5460173 or 3387308. OLE color: 3387308.

HSL color Cylindrical-coordinate representation of color #ACAF33: hue angle of 61.45º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACAF33 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17217551-
CMYK0.0200.710.31
HSL61.45º54.87%44.31%-
HSV(B)61.45º70.86%68.63%-
XYZ32.9439.679.05-
YUV159.9766.51136.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 175 (68.75% from 255) = 43.97%
BLUE value IS 51 (20.31% from 255) = 12.81%
R=43.22%
G=43.97%
B=12.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172175510.0200.710.3161.4554.8744.31
HexACAF3320471F3d372c
Octal254257632010737756754
Binary1010110010101111110011100100011111111111101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF33; }

 p { color: rgb(172,175,51); }

 H1.HeaderClassName
 {
   color: #ACAF33;
 }
 .AnyTagClassName
 {
   color: #ACAF33;
 }
</style>
background-color css

<style>
 a { background-color: #ACAF33; }

 a { background-color: rgb(172,175,51); }

 div.DivClassName
 {
   background-color: #ACAF33;
 }
 .BgClassName
 {
   background-color: #ACAF33;
 }
</style>
border-color css

<style>
 span { border-color: #ACAF33; }

 span { border-color: rgb(172,175,51); }

 td.TdClassName
 {
   border-color: #ACAF33;
 }
 .TagClassName
 {
   border-color: #ACAF33;
 }
</style>