#ACA84C

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

Shades of Brass #ACA84C

Tints of Brass #ACA84C

Color information

#ACA84C (or 0xACA84C) is unknown color: approx Brass. HEX triplet: AC, A8 and 4C. RGB value is (172,168,76). Sum of RGB (Red+Green+Blue) = 172+168+76=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA84C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA84C is #5357B3. Grayscale: #9F9F9F. Windows color (decimal): -5461940 or 5023916. OLE color: 5023916.

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

Color convert

RGB17216876-
CMYK00.020.560.33
HSL57.5º38.71%48.63%-
HSV(B)57.5º55.81%67.45%-
XYZ32.3237.312.33-
YUV158.7181.33137.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 168 (66.02% from 255) = 40.38%
BLUE value IS 76 (30.08% from 255) = 18.27%
R=41.35%
G=40.38%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721687600.020.560.3357.538.7148.63
HexACA84C0238213a2731
Octal254250114027041724761
Binary10101100101010001001100010111000100001111010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA84C; }

 p { color: rgb(172,168,76); }

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

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

 a { background-color: rgb(172,168,76); }

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

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

 span { border-color: rgb(172,168,76); }

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