#AAB982

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

Shades of Caper #AAB982

Tints of Caper #AAB982

Color information

#AAB982 (or 0xAAB982) is unknown color: approx Caper. HEX triplet: AA, B9 and 82. RGB value is (170,185,130). Sum of RGB (Red+Green+Blue) = 170+185+130=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB982 is #55467D. Grayscale: #AEAEAE. Windows color (decimal): -5588606 or 8567210. OLE color: 8567210.

HSL color Cylindrical-coordinate representation of color #AAB982: hue angle of 76.36º 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 #AAB982 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB170185130-
CMYK0.0800.300.27
HSL76.36º28.21%61.76%-
HSV(B)76.36º29.73%72.55%-
XYZ37.9644.8627.78-
YUV174.24103.03124.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 185 (72.66% from 255) = 38.14%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=35.05%
G=38.14%
B=26.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851300.0800.300.2776.3628.2161.76
HexAAB982801E1B4c1c3e
Octal25227120210036331143476
Binary101010101011100110000010100001111011011100110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB982; }

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

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

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

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

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

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

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

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