#ACA233

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

Shades of Brass #ACA233

Tints of Brass #ACA233

Color information

#ACA233 (or 0xACA233) is unknown color: approx Brass. HEX triplet: AC, A2 and 33. RGB value is (172,162,51). Sum of RGB (Red+Green+Blue) = 172+162+51=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA233 is #535DCC. Grayscale: #989898. Windows color (decimal): -5463501 or 3383980. OLE color: 3383980.

HSL color Cylindrical-coordinate representation of color #ACA233: hue angle of 55.04º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACA233 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17216251-
CMYK00.060.700.33
HSL55.04º54.26%43.73%-
HSV(B)55.04º70.35%67.45%-
XYZ30.5334.858.25-
YUV152.3470.81142.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 51 (20.31% from 255) = 13.25%
R=44.68%
G=42.08%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721625100.060.700.3355.0454.2643.73
HexACA23306462137362c
Octal254242630610641676654
Binary101011001010001011001101101000110100001110111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA233; }

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

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

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

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

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

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

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

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