#AAC46B

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

Shades of Caper #AAC46B

Tints of Caper #AAC46B

Color information

#AAC46B (or 0xAAC46B) is unknown color: approx Caper. HEX triplet: AA, C4 and 6B. RGB value is (170,196,107). Sum of RGB (Red+Green+Blue) = 170+196+107=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC46B is #553B94. Grayscale: #B2B2B2. Windows color (decimal): -5585813 or 7062698. OLE color: 7062698.

HSL color Cylindrical-coordinate representation of color #AAC46B: hue angle of 77.53º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAC46B is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB170196107-
CMYK0.1300.450.23
HSL77.53º43%59.41%-
HSV(B)77.53º45.41%76.86%-
XYZ38.9749.0921.33-
YUV178.0887.89122.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 196 (76.95% from 255) = 41.44%
BLUE value IS 107 (42.19% from 255) = 22.62%
R=35.94%
G=41.44%
B=22.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701961070.1300.450.2377.534359.41
HexAAC46BD02D174e2b3b
Octal25230415315055271165373
Binary1010101011000100110101111010101101101111001110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC46B; }

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

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

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

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

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

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

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

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