#AAC073

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

Shades of Caper #AAC073

Tints of Caper #AAC073

Color information

#AAC073 (or 0xAAC073) is unknown color: approx Caper. HEX triplet: AA, C0 and 73. RGB value is (170,192,115). Sum of RGB (Red+Green+Blue) = 170+192+115=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC073 is #553F8C. Grayscale: #B0B0B0. Windows color (decimal): -5586829 or 7585962. OLE color: 7585962.

HSL color Cylindrical-coordinate representation of color #AAC073: hue angle of 77.14º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAC073 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB170192115-
CMYK0.1100.400.25
HSL77.14º37.93%60.2%-
HSV(B)77.14º40.1%75.29%-
XYZ38.5247.4823.35-
YUV176.6493.21123.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 115 (45.31% from 255) = 24.11%
R=35.64%
G=40.25%
B=24.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921150.1100.400.2577.1437.9360.2
HexAAC073B028194d263c
Octal25230016313050311154674
Binary1010101011000000111001110110101000110011001101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC073; }

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

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

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

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

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

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

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

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