#AAB984

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

Shades of Caper #AAB984

Tints of Caper #AAB984

Color information

#AAB984 (or 0xAAB984) is unknown color: approx Caper. HEX triplet: AA, B9 and 84. RGB value is (170,185,132). Sum of RGB (Red+Green+Blue) = 170+185+132=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB984 is #55467B. Grayscale: #AEAEAE. Windows color (decimal): -5588604 or 8698282. OLE color: 8698282.

HSL color Cylindrical-coordinate representation of color #AAB984: hue angle of 76.98º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB984 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB170185132-
CMYK0.0800.290.27
HSL76.98º27.46%62.16%-
HSV(B)76.98º28.65%72.55%-
XYZ38.0944.9128.49-
YUV174.47104.03124.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 185 (72.66% from 255) = 37.99%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=34.91%
G=37.99%
B=27.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851320.0800.290.2776.9827.4662.16
HexAAB984801D1B4d1b3e
Octal25227120410035331153376
Binary101010101011100110000100100001110111011100110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB984; }

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

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

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

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

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

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

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

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