#AAB777

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

Shades of Caper #AAB777

Tints of Caper #AAB777

Color information

#AAB777 (or 0xAAB777) is unknown color: approx Caper. HEX triplet: AA, B7 and 77. RGB value is (170,183,119). Sum of RGB (Red+Green+Blue) = 170+183+119=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB777 is #554888. Grayscale: #ACACAC. Windows color (decimal): -5589129 or 7845802. OLE color: 7845802.

HSL color Cylindrical-coordinate representation of color #AAB777: hue angle of 72.19º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAB777 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB170183119-
CMYK0.0700.350.28
HSL72.19º30.77%59.22%-
HSV(B)72.19º34.97%71.76%-
XYZ36.8443.7423.95-
YUV171.8298.19126.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 183 (71.88% from 255) = 38.77%
BLUE value IS 119 (46.88% from 255) = 25.21%
R=36.02%
G=38.77%
B=25.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831190.0700.350.2872.1930.7759.22
HexAAB77770231C481f3b
Octal2522671677043341103773
Binary10101010101101111110111111010001111100100100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB777; }

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

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

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

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

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

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

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

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