Html Css Color HEX #AAA55D Olive Green

📋 copy color: '#AAA55D'

red 170 ◦ green 165 ◦ blue 93

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

Shades of Olive Green #AAA55D

Tints of Olive Green #AAA55D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.55%

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

R = 39.72%
G = 38.55%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AAA55D (or 0xAAA55D) is known color: Olive Green. HEX triplet: AA, A5 and 5D. RGB value is (170,165,93). Sum of RGB (Red+Green+Blue) = 170+165+93=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA55D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA55D is #555AA2. Grayscale: #9E9E9E. Windows color (decimal): -5593763 or 6137258. OLE color: 6137258.

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

Color convert

RGB 170 165 93 -
CMYK 0 0.03 0.45 0.33
HSL 56.1º 0.31% 0.52% -
HSV(B) 56.1º 0.45% 0.67% -
XYZ 32.01 36.25 15.67 -
YUV 158.29 91.16 136.35 -
System Red Green Blue C M Y K H S L
Decimal 170 165 93 0 0.03 0.45 0.33 56.1 0.31 0.52
Hex AA A5 5D 0 3 2D 21 38 1F 34
Octal 252 245 135 0 3 55 41 70 37 64
Binary 10101010 10100101 1011101 0 11 101101 100001 111000 11111 110100

Color Harmonies of #AAA55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA55D

Black with #AAA55D

Text Example


Text Example

White with #AAA55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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