#AAC077

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

Shades of Caper #AAC077

Tints of Caper #AAC077

Color information

#AAC077 (or 0xAAC077) is unknown color: approx Caper. HEX triplet: AA, C0 and 77. RGB value is (170,192,119). Sum of RGB (Red+Green+Blue) = 170+192+119=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC077 is #553F88. Grayscale: #B1B1B1. Windows color (decimal): -5586825 or 7848106. OLE color: 7848106.

HSL color Cylindrical-coordinate representation of color #AAC077: hue angle of 78.08º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAC077 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB170192119-
CMYK0.1100.380.25
HSL78.08º36.68%60.98%-
HSV(B)78.08º38.02%75.29%-
XYZ38.7647.5824.59-
YUV177.195.21122.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 119 (46.88% from 255) = 24.74%
R=35.34%
G=39.92%
B=24.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921190.1100.380.2578.0836.6860.98
HexAAC077B026194e253d
Octal25230016713046311164575
Binary1010101011000000111011110110100110110011001110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC077; }

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

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

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

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

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

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

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

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