#ACB57E

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

Shades of Caper #ACB57E

Tints of Caper #ACB57E

Color information

#ACB57E (or 0xACB57E) is unknown color: approx Caper. HEX triplet: AC, B5 and 7E. RGB value is (172,181,126). Sum of RGB (Red+Green+Blue) = 172+181+126=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB57E is #534A81. Grayscale: #ACACAC. Windows color (decimal): -5458562 or 8304044. OLE color: 8304044.

HSL color Cylindrical-coordinate representation of color #ACB57E: hue angle of 69.82º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB57E is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB172181126-
CMYK0.0500.300.29
HSL69.82º27.09%60.2%-
HSV(B)69.82º30.39%70.98%-
XYZ37.343.3226.14-
YUV172.04102.02127.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 181 (71.09% from 255) = 37.79%
BLUE value IS 126 (49.61% from 255) = 26.30%
R=35.91%
G=37.79%
B=26.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811260.0500.300.2969.8227.0960.2
HexACB57E501E1D461b3c
Octal2542651765036351063374
Binary1010110010110101111111010101111011101100011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB57E; }

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

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

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

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

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

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

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

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