#AAAA6A

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

Shades of Olive Green #AAAA6A

Tints of Olive Green #AAAA6A

Color information

#AAAA6A (or 0xAAAA6A) is unknown color: approx Olive Green. HEX triplet: AA, AA and 6A. RGB value is (170,170,106). Sum of RGB (Red+Green+Blue) = 170+170+106=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA6A is #555595. Grayscale: #A2A2A2. Windows color (decimal): -5592470 or 6990506. OLE color: 6990506.

HSL color Cylindrical-coordinate representation of color #AAAA6A: hue angle of 60º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAAA6A is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB170170106-
CMYK000.380.33
HSL60º27.35%54.12%-
HSV(B)60º37.65%66.67%-
XYZ33.5538.3419.27-
YUV162.796133.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 106 (41.80% from 255) = 23.77%
R=38.12%
G=38.12%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170106000.380.336027.3554.12
HexAAAA6A0026213c1b36
Octal252252152004641743366
Binary101010101010101011010100010011010000111110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA6A; }

 p { color: rgb(170,170,106); }

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

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

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

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

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

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

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