#AAC172

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

Shades of Caper #AAC172

Tints of Caper #AAC172

Color information

#AAC172 (or 0xAAC172) is unknown color: approx Caper. HEX triplet: AA, C1 and 72. RGB value is (170,193,114). Sum of RGB (Red+Green+Blue) = 170+193+114=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC172 is #553E8D. Grayscale: #B1B1B1. Windows color (decimal): -5586574 or 7520682. OLE color: 7520682.

HSL color Cylindrical-coordinate representation of color #AAC172: hue angle of 77.47º degrees, saturation: 0.39, 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 #AAC172 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB170193114-
CMYK0.1200.410.24
HSL77.47º38.92%60.2%-
HSV(B)77.47º40.93%75.69%-
XYZ38.6847.923.13-
YUV177.1292.38122.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 193 (75.78% from 255) = 40.46%
BLUE value IS 114 (44.92% from 255) = 23.90%
R=35.64%
G=40.46%
B=23.90%

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
Decimal1701931140.1200.410.2477.4738.9260.2
HexAAC172C029184d273c
Octal25230116214051301154774
Binary1010101011000001111001011000101001110001001101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC172; }

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

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

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

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

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

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

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

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