#AAC471

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

Shades of Caper #AAC471

Tints of Caper #AAC471

Color information

#AAC471 (or 0xAAC471) is unknown color: approx Caper. HEX triplet: AA, C4 and 71. RGB value is (170,196,113). Sum of RGB (Red+Green+Blue) = 170+196+113=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC471 is #553B8E. Grayscale: #B3B3B3. Windows color (decimal): -5585807 or 7455914. OLE color: 7455914.

HSL color Cylindrical-coordinate representation of color #AAC471: hue angle of 78.8º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAC471 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB170196113-
CMYK0.1300.420.23
HSL78.8º41.29%60.59%-
HSV(B)78.8º42.35%76.86%-
XYZ39.349.2223.05-
YUV178.7690.89121.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=35.49%
G=40.92%
B=23.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701961130.1300.420.2378.841.2960.59
HexAAC471D02A174f293d
Octal25230416115052271175175
Binary1010101011000100111000111010101010101111001111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC471; }

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

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

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

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

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

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

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

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