#AAC472

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

Shades of Caper #AAC472

Tints of Caper #AAC472

Color information

#AAC472 (or 0xAAC472) is unknown color: approx Caper. HEX triplet: AA, C4 and 72. RGB value is (170,196,114). Sum of RGB (Red+Green+Blue) = 170+196+114=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC472 is #553B8D. Grayscale: #B3B3B3. Windows color (decimal): -5585806 or 7521450. OLE color: 7521450.

HSL color Cylindrical-coordinate representation of color #AAC472: hue angle of 79.02º 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 #AAC472 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB170196114-
CMYK0.1300.420.23
HSL79.02º41%60.78%-
HSV(B)79.02º41.84%76.86%-
XYZ39.3549.2423.35-
YUV178.8891.39121.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 196 (76.95% from 255) = 40.83%
BLUE value IS 114 (44.92% from 255) = 23.75%
R=35.42%
G=40.83%
B=23.75%

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
Decimal1701961140.1300.420.2379.024160.78
HexAAC472D02A174f293d
Octal25230416215052271175175
Binary1010101011000100111001011010101010101111001111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC472; }

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

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

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

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

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

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

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

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