#AAC373

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

Shades of Caper #AAC373

Tints of Caper #AAC373

Color information

#AAC373 (or 0xAAC373) is unknown color: approx Caper. HEX triplet: AA, C3 and 73. RGB value is (170,195,115). Sum of RGB (Red+Green+Blue) = 170+195+115=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC373 is #553C8C. Grayscale: #B2B2B2. Windows color (decimal): -5586061 or 7586730. OLE color: 7586730.

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

Color convert

RGB170195115-
CMYK0.1300.410.24
HSL78.75º40%60.78%-
HSV(B)78.75º41.03%76.47%-
XYZ39.1948.8123.58-
YUV178.492.22122-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 115 (45.31% from 255) = 23.96%
R=35.42%
G=40.62%
B=23.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701951150.1300.410.2478.754060.78
HexAAC373D029184f283d
Octal25230316315051301175075
Binary1010101011000011111001111010101001110001001111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC373; }

 p { color: rgb(170,195,115); }

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

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

 a { background-color: rgb(170,195,115); }

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

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

 span { border-color: rgb(170,195,115); }

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