#AABA7C

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

Shades of Caper #AABA7C

Tints of Caper #AABA7C

Color information

#AABA7C (or 0xAABA7C) is unknown color: approx Caper. HEX triplet: AA, BA and 7C. RGB value is (170,186,124). Sum of RGB (Red+Green+Blue) = 170+186+124=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA7C is #554583. Grayscale: #AEAEAE. Windows color (decimal): -5588356 or 8174250. OLE color: 8174250.

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

Color convert

RGB170186124-
CMYK0.0900.330.27
HSL75.48º31%60.78%-
HSV(B)75.48º33.33%72.94%-
XYZ37.7745.1225.79-
YUV174.1599.7125.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 186 (73.05% from 255) = 38.75%
BLUE value IS 124 (48.83% from 255) = 25.83%
R=35.42%
G=38.75%
B=25.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861240.0900.330.2775.483160.78
HexAABA7C90211B4b1f3d
Octal25227217411041331133775
Binary101010101011101011111001001010000111011100101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA7C; }

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

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

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

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

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

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

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

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