#ACB482

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

Shades of Caper #ACB482

Tints of Caper #ACB482

Color information

#ACB482 (or 0xACB482) is unknown color: approx Caper. HEX triplet: AC, B4 and 82. RGB value is (172,180,130). Sum of RGB (Red+Green+Blue) = 172+180+130=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB482 is #534B7D. Grayscale: #ACACAC. Windows color (decimal): -5458814 or 8565932. OLE color: 8565932.

HSL color Cylindrical-coordinate representation of color #ACB482: hue angle of 69.6º 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 #ACB482 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB172180130-
CMYK0.0400.280.29
HSL69.6º25%60.78%-
HSV(B)69.6º27.78%70.59%-
XYZ37.3643.0227.45-
YUV171.91104.35128.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=35.68%
G=37.34%
B=26.97%

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
Decimal1721801300.0400.280.2969.62560.78
HexACB482401C1D46193d
Octal2542642024034351063175
Binary10101100101101001000001010001110011101100011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB482; }

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

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

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

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

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

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

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

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