#AABA86

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

Shades of Caper #AABA86

Tints of Caper #AABA86

Color information

#AABA86 (or 0xAABA86) is unknown color: approx Caper. HEX triplet: AA, BA and 86. RGB value is (170,186,134). Sum of RGB (Red+Green+Blue) = 170+186+134=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA86 is #554579. Grayscale: #AFAFAF. Windows color (decimal): -5588346 or 8829610. OLE color: 8829610.

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

Color convert

RGB170186134-
CMYK0.0900.280.27
HSL78.46º27.37%62.75%-
HSV(B)78.46º27.96%72.94%-
XYZ38.4445.3929.29-
YUV175.29104.7124.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 186 (73.05% from 255) = 37.96%
BLUE value IS 134 (52.73% from 255) = 27.35%
R=34.69%
G=37.96%
B=27.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861340.0900.280.2778.4627.3762.75
HexAABA86901C1B4e1b3f
Octal25227220611034331163377
Binary101010101011101010000110100101110011011100111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA86; }

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

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

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

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

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

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

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

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