#ACA03B

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

Shades of Brass #ACA03B

Tints of Brass #ACA03B

Color information

#ACA03B (or 0xACA03B) is unknown color: approx Brass. HEX triplet: AC, A0 and 3B. RGB value is (172,160,59). Sum of RGB (Red+Green+Blue) = 172+160+59=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA03B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA03B is #535FC4. Grayscale: #989898. Windows color (decimal): -5464005 or 3907756. OLE color: 3907756.

HSL color Cylindrical-coordinate representation of color #ACA03B: hue angle of 53.63º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACA03B is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17216059-
CMYK00.070.660.33
HSL53.63º48.92%45.29%-
HSV(B)53.63º65.7%67.45%-
XYZ30.3734.239.14-
YUV152.0775.48142.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 160 (62.89% from 255) = 40.92%
BLUE value IS 59 (23.44% from 255) = 15.09%
R=43.99%
G=40.92%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721605900.070.660.3353.6348.9245.29
HexACA03B07422136312d
Octal254240730710241666155
Binary101011001010000011101101111000010100001110110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA03B; }

 p { color: rgb(172,160,59); }

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

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

 a { background-color: rgb(172,160,59); }

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

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

 span { border-color: rgb(172,160,59); }

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