#ACB882

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

Shades of Caper #ACB882

Tints of Caper #ACB882

Color information

#ACB882 (or 0xACB882) is unknown color: approx Caper. HEX triplet: AC, B8 and 82. RGB value is (172,184,130). Sum of RGB (Red+Green+Blue) = 172+184+130=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB882 is #53477D. Grayscale: #AEAEAE. Windows color (decimal): -5457790 or 8566956. OLE color: 8566956.

HSL color Cylindrical-coordinate representation of color #ACB882: hue angle of 73.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACB882 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB172184130-
CMYK0.0700.290.28
HSL73.33º27.55%61.57%-
HSV(B)73.33º29.35%72.16%-
XYZ38.1844.6627.73-
YUV174.26103.02126.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 184 (72.27% from 255) = 37.86%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=35.39%
G=37.86%
B=26.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841300.0700.290.2873.3327.5561.57
HexACB882701D1C491c3e
Octal2542702027035341113476
Binary10101100101110001000001011101110111100100100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB882; }

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

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

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

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

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

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

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

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