#AABA77

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

Shades of Caper #AABA77

Tints of Caper #AABA77

Color information

#AABA77 (or 0xAABA77) is unknown color: approx Caper. HEX triplet: AA, BA and 77. RGB value is (170,186,119). Sum of RGB (Red+Green+Blue) = 170+186+119=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA77 is #554588. Grayscale: #ADADAD. Windows color (decimal): -5588361 or 7846570. OLE color: 7846570.

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

Color convert

RGB170186119-
CMYK0.0900.360.27
HSL74.33º32.68%59.8%-
HSV(B)74.33º36.02%72.94%-
XYZ37.474524.16-
YUV173.5897.2125.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 119 (46.88% from 255) = 25.05%
R=35.79%
G=39.16%
B=25.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861190.0900.360.2774.3332.6859.8
HexAABA7790241B4a213c
Octal25227216711044331124174
Binary1010101010111010111011110010100100110111001010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA77; }

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

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

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

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

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

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

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

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