#ACB672

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

Shades of Caper #ACB672

Tints of Caper #ACB672

Color information

#ACB672 (or 0xACB672) is unknown color: approx Caper. HEX triplet: AC, B6 and 72. RGB value is (172,182,114). Sum of RGB (Red+Green+Blue) = 172+182+114=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB672 is #53498D. Grayscale: #ABABAB. Windows color (decimal): -5458318 or 7517868. OLE color: 7517868.

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

Color convert

RGB172182114-
CMYK0.0500.370.29
HSL68.82º31.78%58.04%-
HSV(B)68.82º37.36%71.37%-
XYZ36.7843.4422.37-
YUV171.2695.69128.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 182 (71.48% from 255) = 38.89%
BLUE value IS 114 (44.92% from 255) = 24.36%
R=36.75%
G=38.89%
B=24.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821140.0500.370.2968.8231.7858.04
HexACB67250251D45203a
Octal2542661625045351054072
Binary101011001011011011100101010100101111011000101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB672; }

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

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

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

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

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

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

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

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