#ACB982

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

Shades of Caper #ACB982

Tints of Caper #ACB982

Color information

#ACB982 (or 0xACB982) is unknown color: approx Caper. HEX triplet: AC, B9 and 82. RGB value is (172,185,130). Sum of RGB (Red+Green+Blue) = 172+185+130=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB982 is #53467D. Grayscale: #AFAFAF. Windows color (decimal): -5457534 or 8567212. OLE color: 8567212.

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

Color convert

RGB172185130-
CMYK0.0700.300.27
HSL74.18º28.21%61.76%-
HSV(B)74.18º29.73%72.55%-
XYZ38.3945.0827.8-
YUV174.84102.69125.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 185 (72.66% from 255) = 37.99%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=35.32%
G=37.99%
B=26.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851300.0700.300.2774.1828.2161.76
HexACB982701E1B4a1c3e
Octal2542712027036331123476
Binary10101100101110011000001011101111011011100101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB982; }

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

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

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

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

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

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

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

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