#AAC16B

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

Shades of Caper #AAC16B

Tints of Caper #AAC16B

Color information

#AAC16B (or 0xAAC16B) is unknown color: approx Caper. HEX triplet: AA, C1 and 6B. RGB value is (170,193,107). Sum of RGB (Red+Green+Blue) = 170+193+107=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC16B is #553E94. Grayscale: #B0B0B0. Windows color (decimal): -5586581 or 7061930. OLE color: 7061930.

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

Color convert

RGB170193107-
CMYK0.1200.450.24
HSL76.05º40.95%58.82%-
HSV(B)76.05º44.56%75.69%-
XYZ38.347.7521.11-
YUV176.3288.88123.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 193 (75.78% from 255) = 41.06%
BLUE value IS 107 (42.19% from 255) = 22.77%
R=36.17%
G=41.06%
B=22.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931070.1200.450.2476.0540.9558.82
HexAAC16BC02D184c293b
Octal25230115314055301145173
Binary1010101011000001110101111000101101110001001100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC16B; }

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

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

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

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

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

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

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

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