#AAB588

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

Shades of Caper #AAB588

Tints of Caper #AAB588

Color information

#AAB588 (or 0xAAB588) is unknown color: approx Caper. HEX triplet: AA, B5 and 88. RGB value is (170,181,136). Sum of RGB (Red+Green+Blue) = 170+181+136=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB588 is #554A77. Grayscale: #ACACAC. Windows color (decimal): -5589624 or 8959402. OLE color: 8959402.

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

Color convert

RGB170181136-
CMYK0.0600.250.29
HSL74.67º23.32%62.16%-
HSV(B)74.67º24.86%70.98%-
XYZ37.5543.3729.69-
YUV172.58107.36126.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 181 (71.09% from 255) = 37.17%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=34.91%
G=37.17%
B=27.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701811360.0600.250.2974.6723.3262.16
HexAAB58860191D4b173e
Octal2522652106031351132776
Binary10101010101101011000100011001100111101100101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB588; }

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

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

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

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

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

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

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

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