#AAB877

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

Shades of Caper #AAB877

Tints of Caper #AAB877

Color information

#AAB877 (or 0xAAB877) is unknown color: approx Caper. HEX triplet: AA, B8 and 77. RGB value is (170,184,119). Sum of RGB (Red+Green+Blue) = 170+184+119=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB877 is #554788. Grayscale: #ACACAC. Windows color (decimal): -5588873 or 7846058. OLE color: 7846058.

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

Color convert

RGB170184119-
CMYK0.0800.350.28
HSL72.92º31.4%59.41%-
HSV(B)72.92º35.33%72.16%-
XYZ37.0544.1624.02-
YUV172.497.86126.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 184 (72.27% from 255) = 38.90%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=35.94%
G=38.90%
B=25.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841190.0800.350.2872.9231.459.41
HexAAB87780231C491f3b
Octal25227016710043341113773
Binary101010101011100011101111000010001111100100100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB877; }

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

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

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

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

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

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

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

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