#ACB972

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

Shades of Caper #ACB972

Tints of Caper #ACB972

Color information

#ACB972 (or 0xACB972) is unknown color: approx Caper. HEX triplet: AC, B9 and 72. RGB value is (172,185,114). Sum of RGB (Red+Green+Blue) = 172+185+114=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB972 is #53468D. Grayscale: #ADADAD. Windows color (decimal): -5457550 or 7518636. OLE color: 7518636.

HSL color Cylindrical-coordinate representation of color #ACB972: hue angle of 70.99º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB972 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB172185114-
CMYK0.0700.380.27
HSL70.99º33.65%58.63%-
HSV(B)70.99º38.38%72.55%-
XYZ37.444.6822.57-
YUV173.0294.69127.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 114 (44.92% from 255) = 24.20%
R=36.52%
G=39.28%
B=24.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851140.0700.380.2770.9933.6558.63
HexACB97270261B47223b
Octal2542711627046331074273
Binary101011001011100111100101110100110110111000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB972; }

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

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

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

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

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

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

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

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