#AAC96B

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

Shades of Caper #AAC96B

Tints of Caper #AAC96B

Color information

#AAC96B (or 0xAAC96B) is unknown color: approx Caper. HEX triplet: AA, C9 and 6B. RGB value is (170,201,107). Sum of RGB (Red+Green+Blue) = 170+201+107=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC96B is #553694. Grayscale: #B5B5B5. Windows color (decimal): -5584533 or 7063978. OLE color: 7063978.

HSL color Cylindrical-coordinate representation of color #AAC96B: hue angle of 79.79º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAC96B is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB170201107-
CMYK0.1500.470.21
HSL79.79º46.53%60.39%-
HSV(B)79.79º46.77%78.82%-
XYZ40.1251.3821.71-
YUV181.0286.23120.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 201 (78.91% from 255) = 42.05%
BLUE value IS 107 (42.19% from 255) = 22.38%
R=35.56%
G=42.05%
B=22.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011070.1500.470.2179.7946.5360.39
HexAAC96BF02F15502f3c
Octal25231115317057251205774
Binary1010101011001001110101111110101111101011010000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC96B; }

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

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

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

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

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

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

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

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