#AABA6F

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

Shades of Caper #AABA6F

Tints of Caper #AABA6F

Color information

#AABA6F (or 0xAABA6F) is unknown color: approx Caper. HEX triplet: AA, BA and 6F. RGB value is (170,186,111). Sum of RGB (Red+Green+Blue) = 170+186+111=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA6F is #554590. Grayscale: #ACACAC. Windows color (decimal): -5588369 or 7322282. OLE color: 7322282.

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

Color convert

RGB170186111-
CMYK0.0900.400.27
HSL72.8º35.21%58.24%-
HSV(B)72.8º40.32%72.94%-
XYZ37.0144.8121.74-
YUV172.6793.2126.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 111 (43.75% from 255) = 23.77%
R=36.40%
G=39.83%
B=23.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861110.0900.400.2772.835.2158.24
HexAABA6F90281B49233a
Octal25227215711050331114372
Binary1010101010111010110111110010101000110111001001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA6F; }

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

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

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

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

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

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

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

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