Html Css Color HEX #AAA963 Olive Green

📋 copy color: '#AAA963'

red 170 ◦ green 169 ◦ blue 99

#AAA963
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #AAA963

Tints of Olive Green #AAA963

RGB

 RED value IS 170 (66.8% from 255) = 38.81%

 GREEN value IS 169 (66.41% from 255) = 38.58%

 BLUE value IS 99 (39.06% from 255) = 22.6%

R = 38.81%
G = 38.58%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AAA963 (or 0xAAA963) is known color: Olive Green. HEX triplet: AA, A9 and 63. RGB value is (170,169,99). Sum of RGB (Red+Green+Blue) = 170+169+99=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA963 is #55569C. Grayscale: #A1A1A1. Windows color (decimal): -5592733 or 6531498. OLE color: 6531498.

HSL color Cylindrical-coordinate representation of color #AAA963: hue angle of 59.15º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAA963 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 169 99 -
CMYK 0 0.01 0.42 0.33
HSL 59.15º 0.29% 0.53% -
HSV(B) 59.15º 0.42% 0.67% -
XYZ 33.02 37.82 17.36 -
YUV 161.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 170 169 99 0 0.01 0.42 0.33 59.15 0.29 0.53
Hex AA A9 63 0 1 2A 21 3B 1D 35
Octal 252 251 143 0 1 52 41 73 35 65
Binary 10101010 10101001 1100011 0 1 101010 100001 111011 11101 110101

Color Harmonies of #AAA963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA963

Black with #AAA963

Text Example


Text Example

White with #AAA963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA963; }

 p { color: rgb(170,169,99); }

 H1.HeaderClassName
 {
   color: #AAA963;
 }
 .AnyTagClassName
 {
   color: #AAA963;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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