#AABA81

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

Shades of Caper #AABA81

Tints of Caper #AABA81

Color information

#AABA81 (or 0xAABA81) is unknown color: approx Caper. HEX triplet: AA, BA and 81. RGB value is (170,186,129). Sum of RGB (Red+Green+Blue) = 170+186+129=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA81 is #55457E. Grayscale: #AEAEAE. Windows color (decimal): -5588351 or 8501930. OLE color: 8501930.

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

Color convert

RGB170186129-
CMYK0.0900.310.27
HSL76.84º29.23%61.76%-
HSV(B)76.84º30.65%72.94%-
XYZ38.145.2527.49-
YUV174.72102.2124.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 186 (73.05% from 255) = 38.35%
BLUE value IS 129 (50.78% from 255) = 26.60%
R=35.05%
G=38.35%
B=26.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861290.0900.310.2776.8429.2361.76
HexAABA81901F1B4d1d3e
Octal25227220111037331153576
Binary101010101011101010000001100101111111011100110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA81; }

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

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

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

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

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

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

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

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