#ACB481

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

Shades of Caper #ACB481

Tints of Caper #ACB481

Color information

#ACB481 (or 0xACB481) is unknown color: approx Caper. HEX triplet: AC, B4 and 81. RGB value is (172,180,129). Sum of RGB (Red+Green+Blue) = 172+180+129=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB481 is #534B7E. Grayscale: #ABABAB. Windows color (decimal): -5458815 or 8500396. OLE color: 8500396.

HSL color Cylindrical-coordinate representation of color #ACB481: hue angle of 69.41º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACB481 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB172180129-
CMYK0.0400.280.29
HSL69.41º25.37%60.59%-
HSV(B)69.41º28.33%70.59%-
XYZ37.34327.1-
YUV171.79103.85128.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 129 (50.78% from 255) = 26.82%
R=35.76%
G=37.42%
B=26.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801290.0400.280.2969.4125.3760.59
HexACB481401C1D45193d
Octal2542642014034351053175
Binary10101100101101001000000110001110011101100010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB481; }

 p { color: rgb(172,180,129); }

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

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

 a { background-color: rgb(172,180,129); }

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

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

 span { border-color: rgb(172,180,129); }

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