#AAC774

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

Shades of Caper #AAC774

Tints of Caper #AAC774

Color information

#AAC774 (or 0xAAC774) is unknown color: approx Caper. HEX triplet: AA, C7 and 74. RGB value is (170,199,116). Sum of RGB (Red+Green+Blue) = 170+199+116=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC774 is #55388B. Grayscale: #B5B5B5. Windows color (decimal): -5585036 or 7653290. OLE color: 7653290.

HSL color Cylindrical-coordinate representation of color #AAC774: hue angle of 80.96º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAC774 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB170199116-
CMYK0.1500.420.22
HSL80.96º42.56%61.76%-
HSV(B)80.96º41.71%78.04%-
XYZ40.1550.6524.18-
YUV180.8791.39120.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 199 (78.12% from 255) = 41.03%
BLUE value IS 116 (45.70% from 255) = 23.92%
R=35.05%
G=41.03%
B=23.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701991160.1500.420.2280.9642.5661.76
HexAAC774F02A16512b3e
Octal25230716417052261215376
Binary1010101011000111111010011110101010101101010001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC774; }

 p { color: rgb(170,199,116); }

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

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

 a { background-color: rgb(170,199,116); }

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

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

 span { border-color: rgb(170,199,116); }

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