#ACB57A

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

Shades of Caper #ACB57A

Tints of Caper #ACB57A

Color information

#ACB57A (or 0xACB57A) is unknown color: approx Caper. HEX triplet: AC, B5 and 7A. RGB value is (172,181,122). Sum of RGB (Red+Green+Blue) = 172+181+122=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB57A is #534A85. Grayscale: #ABABAB. Windows color (decimal): -5458566 or 8041900. OLE color: 8041900.

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

Color convert

RGB172181122-
CMYK0.0500.330.29
HSL69.15º28.5%59.41%-
HSV(B)69.15º32.6%70.98%-
XYZ37.0543.2224.8-
YUV171.58100.02128.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=36.21%
G=38.11%
B=25.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811220.0500.330.2969.1528.559.41
HexACB57A50211D451d3b
Octal2542651725041351053573
Binary10101100101101011111010101010000111101100010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB57A; }

 p { color: rgb(172,181,122); }

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

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

 a { background-color: rgb(172,181,122); }

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

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

 span { border-color: rgb(172,181,122); }

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