#AABA71

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

Shades of Caper #AABA71

Tints of Caper #AABA71

Color information

#AABA71 (or 0xAABA71) is unknown color: approx Caper. HEX triplet: AA, BA and 71. RGB value is (170,186,113). Sum of RGB (Red+Green+Blue) = 170+186+113=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA71 is #55458E. Grayscale: #ADADAD. Windows color (decimal): -5588367 or 7453354. OLE color: 7453354.

HSL color Cylindrical-coordinate representation of color #AABA71: hue angle of 73.15º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AABA71 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB170186113-
CMYK0.0900.390.27
HSL73.15º34.6%58.63%-
HSV(B)73.15º39.25%72.94%-
XYZ37.1244.8622.32-
YUV172.8994.2125.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=36.25%
G=39.66%
B=24.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861130.0900.390.2773.1534.658.63
HexAABA7190271B49233b
Octal25227216111047331114373
Binary1010101010111010111000110010100111110111001001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA71; }

 p { color: rgb(170,186,113); }

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

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

 a { background-color: rgb(170,186,113); }

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

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

 span { border-color: rgb(170,186,113); }

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