Html Css Color HEX #AAA763 Olive Green

📋 copy color: '#AAA763'

red 170 ◦ green 167 ◦ blue 99

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

Shades of Olive Green #AAA763

Tints of Olive Green #AAA763

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.3%

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

R = 38.99%
G = 38.3%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AAA763 (or 0xAAA763) is known color: Olive Green. HEX triplet: AA, A7 and 63. RGB value is (170,167,99). Sum of RGB (Red+Green+Blue) = 170+167+99=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA763 is #55589C. Grayscale: #A0A0A0. Windows color (decimal): -5593245 or 6530986. OLE color: 6530986.

HSL color Cylindrical-coordinate representation of color #AAA763: hue angle of 57.46º 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 #AAA763 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 167 99 -
CMYK 0 0.02 0.42 0.33
HSL 57.46º 0.29% 0.53% -
HSV(B) 57.46º 0.42% 0.67% -
XYZ 32.65 37.08 17.24 -
YUV 160.15 93.49 135.03 -
System Red Green Blue C M Y K H S L
Decimal 170 167 99 0 0.02 0.42 0.33 57.46 0.29 0.53
Hex AA A7 63 0 2 2A 21 39 1D 35
Octal 252 247 143 0 2 52 41 71 35 65
Binary 10101010 10100111 1100011 0 10 101010 100001 111001 11101 110101

Color Harmonies of #AAA763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA763

Black with #AAA763

Text Example


Text Example

White with #AAA763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA763; }

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

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

background-color css

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

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

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

border-color css

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

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

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