Html Css Color HEX #AAA55B Olive Green

📋 copy color: '#AAA55B'

red 170 ◦ green 165 ◦ blue 91

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

Shades of Olive Green #AAA55B

Tints of Olive Green #AAA55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.36%

R = 39.91%
G = 38.73%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AAA55B (or 0xAAA55B) is known color: Olive Green. HEX triplet: AA, A5 and 5B. RGB value is (170,165,91). Sum of RGB (Red+Green+Blue) = 170+165+91=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA55B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA55B is #555AA4. Grayscale: #9E9E9E. Windows color (decimal): -5593765 or 6006186. OLE color: 6006186.

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

Color convert

RGB 170 165 91 -
CMYK 0 0.03 0.46 0.33
HSL 56.2º 0.32% 0.51% -
HSV(B) 56.2º 0.46% 0.67% -
XYZ 31.92 36.21 15.2 -
YUV 158.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 170 165 91 0 0.03 0.46 0.33 56.2 0.32 0.51
Hex AA A5 5B 0 3 2E 21 38 20 33
Octal 252 245 133 0 3 56 41 70 40 63
Binary 10101010 10100101 1011011 0 11 101110 100001 111000 100000 110011

Color Harmonies of #AAA55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA55B

Black with #AAA55B

Text Example


Text Example

White with #AAA55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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