Html Css Color HEX #AAAF5D Olive Green

📋 copy color: '#AAAF5D'

red 170 ◦ green 175 ◦ blue 93

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

Shades of Olive Green #AAAF5D

Tints of Olive Green #AAAF5D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.95%

 BLUE value IS 93 (36.72% from 255) = 21.23%

R = 38.81%
G = 39.95%
B = 21.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AAAF5D (or 0xAAAF5D) is known color: Olive Green. HEX triplet: AA, AF and 5D. RGB value is (170,175,93). Sum of RGB (Red+Green+Blue) = 170+175+93=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF5D is #5550A2. Grayscale: #A4A4A4. Windows color (decimal): -5591203 or 6139818. OLE color: 6139818.

HSL color Cylindrical-coordinate representation of color #AAAF5D: hue angle of 63.66º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAAF5D is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 93 -
CMYK 0.03 0 0.47 0.31
HSL 63.66º 0.34% 0.53% -
HSV(B) 63.66º 0.47% 0.69% -
XYZ 33.88 40 16.29 -
YUV 164.16 87.84 132.17 -
System Red Green Blue C M Y K H S L
Decimal 170 175 93 0.03 0 0.47 0.31 63.66 0.34 0.53
Hex AA AF 5D 3 0 2F 1F 40 22 35
Octal 252 257 135 3 0 57 37 100 42 65
Binary 10101010 10101111 1011101 11 0 101111 11111 1000000 100010 110101

Color Harmonies of #AAAF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF5D

Black with #AAAF5D

Text Example


Text Example

White with #AAAF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF5D; }

 p { color: rgb(170,175,93); }

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

background-color css

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

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

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

border-color css

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

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

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