#AAB97C

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

Shades of Caper #AAB97C

Tints of Caper #AAB97C

Color information

#AAB97C (or 0xAAB97C) is unknown color: approx Caper. HEX triplet: AA, B9 and 7C. RGB value is (170,185,124). Sum of RGB (Red+Green+Blue) = 170+185+124=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB97C is #554683. Grayscale: #ADADAD. Windows color (decimal): -5588612 or 8173994. OLE color: 8173994.

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

Color convert

RGB170185124-
CMYK0.0800.330.27
HSL74.75º30.35%60.59%-
HSV(B)74.75º32.97%72.55%-
XYZ37.5644.725.72-
YUV173.56100.03125.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 124 (48.83% from 255) = 25.89%
R=35.49%
G=38.62%
B=25.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851240.0800.330.2774.7530.3560.59
HexAAB97C80211B4b1e3d
Octal25227117410041331133675
Binary101010101011100111111001000010000111011100101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB97C; }

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

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

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

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

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

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

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

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