#ACB574

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

Shades of Caper #ACB574

Tints of Caper #ACB574

Color information

#ACB574 (or 0xACB574) is unknown color: approx Caper. HEX triplet: AC, B5 and 74. RGB value is (172,181,116). Sum of RGB (Red+Green+Blue) = 172+181+116=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB574 is #534A8B. Grayscale: #ABABAB. Windows color (decimal): -5458572 or 7648684. OLE color: 7648684.

HSL color Cylindrical-coordinate representation of color #ACB574: hue angle of 68.31º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACB574 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB172181116-
CMYK0.0500.360.29
HSL68.31º30.52%58.24%-
HSV(B)68.31º35.91%70.98%-
XYZ36.6943.0822.9-
YUV170.997.02128.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 181 (71.09% from 255) = 38.59%
BLUE value IS 116 (45.70% from 255) = 24.73%
R=36.67%
G=38.59%
B=24.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811160.0500.360.2968.3130.5258.24
HexACB57450241D441f3a
Octal2542651645044351043772
Binary10101100101101011110100101010010011101100010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB574; }

 p { color: rgb(172,181,116); }

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

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

 a { background-color: rgb(172,181,116); }

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

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

 span { border-color: rgb(172,181,116); }

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