#ACB772

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

Shades of Caper #ACB772

Tints of Caper #ACB772

Color information

#ACB772 (or 0xACB772) is unknown color: approx Caper. HEX triplet: AC, B7 and 72. RGB value is (172,183,114). Sum of RGB (Red+Green+Blue) = 172+183+114=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB772 is #53488D. Grayscale: #ACACAC. Windows color (decimal): -5458062 or 7518124. OLE color: 7518124.

HSL color Cylindrical-coordinate representation of color #ACB772: hue angle of 69.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB772 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB172183114-
CMYK0.0600.380.28
HSL69.57º32.39%58.24%-
HSV(B)69.57º37.7%71.76%-
XYZ36.9843.8522.43-
YUV171.8495.36128.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 183 (71.88% from 255) = 39.02%
BLUE value IS 114 (44.92% from 255) = 24.31%
R=36.67%
G=39.02%
B=24.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831140.0600.380.2869.5732.3958.24
HexACB77260261C46203a
Octal2542671626046341064072
Binary101011001011011111100101100100110111001000110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB772; }

 p { color: rgb(172,183,114); }

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

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

 a { background-color: rgb(172,183,114); }

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

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

 span { border-color: rgb(172,183,114); }

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