Html Css Color HEX #AAAF5C Olive Green

📋 copy color: '#AAAF5C'

red 170 ◦ green 175 ◦ blue 92

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

Shades of Olive Green #AAAF5C

Tints of Olive Green #AAAF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.05%

R = 38.9%
G = 40.05%
B = 21.05%

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

#AAAF5C (or 0xAAAF5C) is known color: Olive Green. HEX triplet: AA, AF and 5C. RGB value is (170,175,92). Sum of RGB (Red+Green+Blue) = 170+175+92=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF5C is #5550A3. Grayscale: #A4A4A4. Windows color (decimal): -5591204 or 6074282. OLE color: 6074282.

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

Color convert

RGB 170 175 92 -
CMYK 0.03 0 0.47 0.31
HSL 63.61º 0.34% 0.52% -
HSV(B) 63.61º 0.47% 0.69% -
XYZ 33.84 39.98 16.06 -
YUV 164.04 87.34 132.25 -
System Red Green Blue C M Y K H S L
Decimal 170 175 92 0.03 0 0.47 0.31 63.61 0.34 0.52
Hex AA AF 5C 3 0 2F 1F 40 22 34
Octal 252 257 134 3 0 57 37 100 42 64
Binary 10101010 10101111 1011100 11 0 101111 11111 1000000 100010 110100

Color Harmonies of #AAAF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF5C

Black with #AAAF5C

Text Example


Text Example

White with #AAAF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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