#AAC078

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

Shades of Caper #AAC078

Tints of Caper #AAC078

Color information

#AAC078 (or 0xAAC078) is unknown color: approx Caper. HEX triplet: AA, C0 and 78. RGB value is (170,192,120). Sum of RGB (Red+Green+Blue) = 170+192+120=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC078 is #553F87. Grayscale: #B1B1B1. Windows color (decimal): -5586824 or 7913642. OLE color: 7913642.

HSL color Cylindrical-coordinate representation of color #AAC078: hue angle of 78.33º degrees, saturation: 0.36, 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 #AAC078 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB170192120-
CMYK0.1100.380.25
HSL78.33º36.36%61.18%-
HSV(B)78.33º37.5%75.29%-
XYZ38.8247.624.91-
YUV177.2195.71122.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 192 (75.39% from 255) = 39.83%
BLUE value IS 120 (47.27% from 255) = 24.90%
R=35.27%
G=39.83%
B=24.90%

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
Decimal1701921200.1100.380.2578.3336.3661.18
HexAAC078B026194e243d
Octal25230017013046311164475
Binary1010101011000000111100010110100110110011001110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC078; }

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

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

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

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

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

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

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

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