#AABA7D

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

Shades of Caper #AABA7D

Tints of Caper #AABA7D

Color information

#AABA7D (or 0xAABA7D) is unknown color: approx Caper. HEX triplet: AA, BA and 7D. RGB value is (170,186,125). Sum of RGB (Red+Green+Blue) = 170+186+125=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA7D is #554582. Grayscale: #AEAEAE. Windows color (decimal): -5588355 or 8239786. OLE color: 8239786.

HSL color Cylindrical-coordinate representation of color #AABA7D: hue angle of 75.74º 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 #AABA7D is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB170186125-
CMYK0.0900.330.27
HSL75.74º30.65%60.98%-
HSV(B)75.74º32.8%72.94%-
XYZ37.8445.1426.12-
YUV174.26100.2124.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 125 (49.22% from 255) = 25.99%
R=35.34%
G=38.67%
B=25.99%

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
Decimal1701861250.0900.330.2775.7430.6560.98
HexAABA7D90211B4c1f3d
Octal25227217511041331143775
Binary101010101011101011111011001010000111011100110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA7D; }

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

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

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

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

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

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

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

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