#AAB480

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

Shades of Caper #AAB480

Tints of Caper #AAB480

Color information

#AAB480 (or 0xAAB480) is unknown color: approx Caper. HEX triplet: AA, B4 and 80. RGB value is (170,180,128). Sum of RGB (Red+Green+Blue) = 170+180+128=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB480 is #554B7F. Grayscale: #ABABAB. Windows color (decimal): -5589888 or 8434858. OLE color: 8434858.

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

Color convert

RGB170180128-
CMYK0.0600.290.29
HSL71.54º25.74%60.39%-
HSV(B)71.54º28.89%70.59%-
XYZ36.842.7526.73-
YUV171.08103.69127.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 180 (70.70% from 255) = 37.66%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=35.56%
G=37.66%
B=26.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801280.0600.290.2971.5425.7460.39
HexAAB480601D1D481a3c
Octal2522642006035351103274
Binary10101010101101001000000011001110111101100100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB480; }

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

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

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

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

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

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

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

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