#AAB98B

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

Shades of Caper #AAB98B

Tints of Caper #AAB98B

Color information

#AAB98B (or 0xAAB98B) is unknown color: approx Caper. HEX triplet: AA, B9 and 8B. RGB value is (170,185,139). Sum of RGB (Red+Green+Blue) = 170+185+139=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB98B is #554674. Grayscale: #AFAFAF. Windows color (decimal): -5588597 or 9157034. OLE color: 9157034.

HSL color Cylindrical-coordinate representation of color #AAB98B: hue angle of 79.57º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAB98B is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB170185139-
CMYK0.0800.250.27
HSL79.57º24.73%63.53%-
HSV(B)79.57º24.86%72.55%-
XYZ38.5945.1131.1-
YUV175.27107.53124.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 185 (72.66% from 255) = 37.45%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=34.41%
G=37.45%
B=28.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851390.0800.250.2779.5724.7363.53
HexAAB98B80191B501940
Octal252271213100313312031100
Binary1010101010111001100010111000011001110111010000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB98B; }

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

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

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

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

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

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

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

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