#A9B582

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

Shades of Caper #A9B582

Tints of Caper #A9B582

Color information

#A9B582 (or 0xA9B582) is unknown color: approx Caper. HEX triplet: A9, B5 and 82. RGB value is (169,181,130). Sum of RGB (Red+Green+Blue) = 169+181+130=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B582 is #564A7D. Grayscale: #ABABAB. Windows color (decimal): -5655166 or 8566185. OLE color: 8566185.

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

Color convert

RGB169181130-
CMYK0.0700.280.29
HSL74.12º25.63%60.98%-
HSV(B)74.12º28.18%70.98%-
XYZ36.9243.0927.49-
YUV171.6104.52126.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 181 (71.09% from 255) = 37.71%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=35.21%
G=37.71%
B=27.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691811300.0700.280.2974.1225.6360.98
HexA9B582701C1D4a1a3d
Octal2512652027034351123275
Binary10101001101101011000001011101110011101100101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B582; }

 p { color: rgb(169,181,130); }

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

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

 a { background-color: rgb(169,181,130); }

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

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

 span { border-color: rgb(169,181,130); }

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