#ACB97E

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

Shades of Caper #ACB97E

Tints of Caper #ACB97E

Color information

#ACB97E (or 0xACB97E) is unknown color: approx Caper. HEX triplet: AC, B9 and 7E. RGB value is (172,185,126). Sum of RGB (Red+Green+Blue) = 172+185+126=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB97E is #534681. Grayscale: #AEAEAE. Windows color (decimal): -5457538 or 8305068. OLE color: 8305068.

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

Color convert

RGB172185126-
CMYK0.0700.320.27
HSL73.22º29.65%60.98%-
HSV(B)73.22º31.89%72.55%-
XYZ38.1344.9726.41-
YUV174.39100.69126.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.61%
GREEN value IS 185 (72.66% from 255) = 38.30%
BLUE value IS 126 (49.61% from 255) = 26.09%
R=35.61%
G=38.30%
B=26.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851260.0700.320.2773.2229.6560.98
HexACB97E70201B491e3d
Octal2542711767040331113675
Binary10101100101110011111110111010000011011100100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB97E; }

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

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

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

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

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

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

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

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