#AAC771

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

Shades of Caper #AAC771

Tints of Caper #AAC771

Color information

#AAC771 (or 0xAAC771) is unknown color: approx Caper. HEX triplet: AA, C7 and 71. RGB value is (170,199,113). Sum of RGB (Red+Green+Blue) = 170+199+113=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC771 is #55388E. Grayscale: #B4B4B4. Windows color (decimal): -5585039 or 7456682. OLE color: 7456682.

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

Color convert

RGB170199113-
CMYK0.1500.430.22
HSL80.23º43.43%61.18%-
HSV(B)80.23º43.22%78.04%-
XYZ39.9850.5923.28-
YUV180.5289.89120.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 199 (78.12% from 255) = 41.29%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=35.27%
G=41.29%
B=23.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701991130.1500.430.2280.2343.4361.18
HexAAC771F02B16502b3d
Octal25230716117053261205375
Binary1010101011000111111000111110101011101101010000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC771; }

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

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

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

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

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

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

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

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