#AAB781

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

Shades of Caper #AAB781

Tints of Caper #AAB781

Color information

#AAB781 (or 0xAAB781) is unknown color: approx Caper. HEX triplet: AA, B7 and 81. RGB value is (170,183,129). Sum of RGB (Red+Green+Blue) = 170+183+129=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB781 is #55487E. Grayscale: #ADADAD. Windows color (decimal): -5589119 or 8501162. OLE color: 8501162.

HSL color Cylindrical-coordinate representation of color #AAB781: hue angle of 74.44º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB781 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB170183129-
CMYK0.0700.300.28
HSL74.44º27.27%61.18%-
HSV(B)74.44º29.51%71.76%-
XYZ37.474427.29-
YUV172.96103.19125.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 183 (71.88% from 255) = 37.97%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=35.27%
G=37.97%
B=26.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831290.0700.300.2874.4427.2761.18
HexAAB781701E1C4a1b3d
Octal2522672017036341123375
Binary10101010101101111000000111101111011100100101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB781; }

 p { color: rgb(170,183,129); }

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

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

 a { background-color: rgb(170,183,129); }

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

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

 span { border-color: rgb(170,183,129); }

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