#AAB489

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

Shades of Caper #AAB489

Tints of Caper #AAB489

Color information

#AAB489 (or 0xAAB489) is unknown color: approx Caper. HEX triplet: AA, B4 and 89. RGB value is (170,180,137). Sum of RGB (Red+Green+Blue) = 170+180+137=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB489 is #554B76. Grayscale: #ACACAC. Windows color (decimal): -5589879 or 9024682. OLE color: 9024682.

HSL color Cylindrical-coordinate representation of color #AAB489: hue angle of 73.95º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB489 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB170180137-
CMYK0.0600.240.29
HSL73.95º22.28%62.16%-
HSV(B)73.95º23.89%70.59%-
XYZ37.4142.9929.99-
YUV172.11108.19126.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 137 (53.91% from 255) = 28.13%
R=34.91%
G=36.96%
B=28.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801370.0600.240.2973.9522.2862.16
HexAAB48960181D4a163e
Octal2522642116030351122676
Binary10101010101101001000100111001100011101100101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB489; }

 p { color: rgb(170,180,137); }

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

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

 a { background-color: rgb(170,180,137); }

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

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

 span { border-color: rgb(170,180,137); }

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