#AAB983

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

Shades of Caper #AAB983

Tints of Caper #AAB983

Color information

#AAB983 (or 0xAAB983) is unknown color: approx Caper. HEX triplet: AA, B9 and 83. RGB value is (170,185,131). Sum of RGB (Red+Green+Blue) = 170+185+131=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB983 is #55467C. Grayscale: #AEAEAE. Windows color (decimal): -5588605 or 8632746. OLE color: 8632746.

HSL color Cylindrical-coordinate representation of color #AAB983: hue angle of 76.67º degrees, saturation: 0.28, 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 #AAB983 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB170185131-
CMYK0.0800.290.27
HSL76.67º27.84%61.96%-
HSV(B)76.67º29.19%72.55%-
XYZ38.0244.8828.13-
YUV174.36103.53124.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 185 (72.66% from 255) = 38.07%
BLUE value IS 131 (51.56% from 255) = 26.95%
R=34.98%
G=38.07%
B=26.95%

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
Decimal1701851310.0800.290.2776.6727.8461.96
HexAAB983801D1B4d1c3e
Octal25227120310035331153476
Binary101010101011100110000011100001110111011100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB983; }

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

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

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

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

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

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

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

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