#AAB98A

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

Shades of Caper #AAB98A

Tints of Caper #AAB98A

Color information

#AAB98A (or 0xAAB98A) is unknown color: approx Caper. HEX triplet: AA, B9 and 8A. RGB value is (170,185,138). Sum of RGB (Red+Green+Blue) = 170+185+138=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB98A is #554675. Grayscale: #AFAFAF. Windows color (decimal): -5588598 or 9091498. OLE color: 9091498.

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

Color convert

RGB170185138-
CMYK0.0800.250.27
HSL79.15º25.13%63.33%-
HSV(B)79.15º25.41%72.55%-
XYZ38.5145.0830.72-
YUV175.16107.03124.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 185 (72.66% from 255) = 37.53%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=34.48%
G=37.53%
B=27.99%

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
Decimal1701851380.0800.250.2779.1525.1363.33
HexAAB98A80191B4f193f
Octal25227121210031331173177
Binary101010101011100110001010100001100111011100111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB98A; }

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

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

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

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

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

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

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

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