#AAC272

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

Shades of Caper #AAC272

Tints of Caper #AAC272

Color information

#AAC272 (or 0xAAC272) is unknown color: approx Caper. HEX triplet: AA, C2 and 72. RGB value is (170,194,114). Sum of RGB (Red+Green+Blue) = 170+194+114=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC272 is #553D8D. Grayscale: #B1B1B1. Windows color (decimal): -5586318 or 7520938. OLE color: 7520938.

HSL color Cylindrical-coordinate representation of color #AAC272: hue angle of 78º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAC272 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB170194114-
CMYK0.1200.410.24
HSL78º39.6%60.39%-
HSV(B)78º41.24%76.08%-
XYZ38.9148.3423.2-
YUV177.792.05122.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 194 (76.17% from 255) = 40.59%
BLUE value IS 114 (44.92% from 255) = 23.85%
R=35.56%
G=40.59%
B=23.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701941140.1200.410.247839.660.39
HexAAC272C029184e283c
Octal25230216214051301165074
Binary1010101011000010111001011000101001110001001110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC272; }

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

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

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

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

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

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

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

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