#AAC076

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

Shades of Caper #AAC076

Tints of Caper #AAC076

Color information

#AAC076 (or 0xAAC076) is unknown color: approx Caper. HEX triplet: AA, C0 and 76. RGB value is (170,192,118). Sum of RGB (Red+Green+Blue) = 170+192+118=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC076 is #553F89. Grayscale: #B1B1B1. Windows color (decimal): -5586826 or 7782570. OLE color: 7782570.

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

Color convert

RGB170192118-
CMYK0.1100.390.25
HSL77.84º37%60.78%-
HSV(B)77.84º38.54%75.29%-
XYZ38.747.5524.28-
YUV176.9994.71123.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 192 (75.39% from 255) = 40%
BLUE value IS 118 (46.48% from 255) = 24.58%
R=35.42%
G=40%
B=24.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921180.1100.390.2577.843760.78
HexAAC076B027194e253d
Octal25230016613047311164575
Binary1010101011000000111011010110100111110011001110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC076; }

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

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

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

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

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

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

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

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