#AAB580

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

Shades of Caper #AAB580

Tints of Caper #AAB580

Color information

#AAB580 (or 0xAAB580) is unknown color: approx Caper. HEX triplet: AA, B5 and 80. RGB value is (170,181,128). Sum of RGB (Red+Green+Blue) = 170+181+128=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB580 is #554A7F. Grayscale: #ABABAB. Windows color (decimal): -5589632 or 8435114. OLE color: 8435114.

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

Color convert

RGB170181128-
CMYK0.0600.290.29
HSL72.45º26.37%60.59%-
HSV(B)72.45º29.28%70.98%-
XYZ3743.1526.8-
YUV171.67103.36126.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 181 (71.09% from 255) = 37.79%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=35.49%
G=37.79%
B=26.72%

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
Decimal1701811280.0600.290.2972.4526.3760.59
HexAAB580601D1D481a3d
Octal2522652006035351103275
Binary10101010101101011000000011001110111101100100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB580; }

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

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

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

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

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

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

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

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