#ACB47E

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

Shades of Caper #ACB47E

Tints of Caper #ACB47E

Color information

#ACB47E (or 0xACB47E) is unknown color: approx Caper. HEX triplet: AC, B4 and 7E. RGB value is (172,180,126). Sum of RGB (Red+Green+Blue) = 172+180+126=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB47E is #534B81. Grayscale: #ABABAB. Windows color (decimal): -5458818 or 8303788. OLE color: 8303788.

HSL color Cylindrical-coordinate representation of color #ACB47E: hue angle of 68.89º degrees, saturation: 0.26, 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 #ACB47E is Cyan = 0.04, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB172180126-
CMYK0.0400.30.29
HSL68.89º26.47%60%-
HSV(B)68.89º30%70.59%-
XYZ37.142.9226.07-
YUV171.45102.35128.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 180 (70.70% from 255) = 37.66%
BLUE value IS 126 (49.61% from 255) = 26.36%
R=35.98%
G=37.66%
B=26.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801260.0400.30.2968.8926.4760
HexACB47E401E1D451a3c
Octal2542641764036351053274
Binary1010110010110100111111010001111011101100010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB47E; }

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

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

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

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

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

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

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

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