Html Css Color HEX #AAA751 Olive Green

📋 copy color: '#AAA751'

red 170 ◦ green 167 ◦ blue 81

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

Shades of Olive Green #AAA751

Tints of Olive Green #AAA751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.38%

R = 40.67%
G = 39.95%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AAA751 (or 0xAAA751) is known color: Olive Green. HEX triplet: AA, A7 and 51. RGB value is (170,167,81). Sum of RGB (Red+Green+Blue) = 170+167+81=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA751 is #5558AE. Grayscale: #9E9E9E. Windows color (decimal): -5593263 or 5351338. OLE color: 5351338.

HSL color Cylindrical-coordinate representation of color #AAA751: hue angle of 57.98º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAA751 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 167 81 -
CMYK 0 0.02 0.52 0.33
HSL 57.98º 0.35% 0.49% -
HSV(B) 57.98º 0.52% 0.67% -
XYZ 31.88 36.78 13.2 -
YUV 158.09 84.49 136.49 -
System Red Green Blue C M Y K H S L
Decimal 170 167 81 0 0.02 0.52 0.33 57.98 0.35 0.49
Hex AA A7 51 0 2 34 21 3A 23 31
Octal 252 247 121 0 2 64 41 72 43 61
Binary 10101010 10100111 1010001 0 10 110100 100001 111010 100011 110001

Color Harmonies of #AAA751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA751

Black with #AAA751

Text Example


Text Example

White with #AAA751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA751; }

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

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

background-color css

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

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

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

border-color css

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

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

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