#AAB584

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

Shades of Caper #AAB584

Tints of Caper #AAB584

Color information

#AAB584 (or 0xAAB584) is unknown color: approx Caper. HEX triplet: AA, B5 and 84. RGB value is (170,181,132). Sum of RGB (Red+Green+Blue) = 170+181+132=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB584 is #554A7B. Grayscale: #ACACAC. Windows color (decimal): -5589628 or 8697258. OLE color: 8697258.

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

Color convert

RGB170181132-
CMYK0.0600.270.29
HSL73.47º24.87%61.37%-
HSV(B)73.47º27.07%70.98%-
XYZ37.2743.2628.22-
YUV172.12105.36126.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 181 (71.09% from 255) = 37.47%
BLUE value IS 132 (51.95% from 255) = 27.33%
R=35.20%
G=37.47%
B=27.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701811320.0600.270.2973.4724.8761.37
HexAAB584601B1D49193d
Octal2522652046033351113175
Binary10101010101101011000010011001101111101100100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB584; }

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

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

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

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

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

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

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

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