Html Css Color HEX #A4AA50 Green Smoke

📋 copy color: '#A4AA50'

red 164 ◦ green 170 ◦ blue 80

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

Shades of Green Smoke #A4AA50

Tints of Green Smoke #A4AA50

RGB

 RED value IS 164 (64.45% from 255) = 39.61%

 GREEN value IS 170 (66.8% from 255) = 41.06%

 BLUE value IS 80 (31.64% from 255) = 19.32%

R = 39.61%
G = 41.06%
B = 19.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#A4AA50 (or 0xA4AA50) is known color: Green Smoke. HEX triplet: A4, AA and 50. RGB value is (164,170,80). Sum of RGB (Red+Green+Blue) = 164+170+80=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA50 is #5B55AF. Grayscale: #9E9E9E. Windows color (decimal): -5985712 or 5286564. OLE color: 5286564.

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

Color convert

RGB 164 170 80 -
CMYK 0.04 0 0.53 0.33
HSL 64º 0.36% 0.49% -
HSV(B) 64º 0.53% 0.67% -
XYZ 31.13 37.22 13.13 -
YUV 157.95 84.01 132.32 -
System Red Green Blue C M Y K H S L
Decimal 164 170 80 0.04 0 0.53 0.33 64 0.36 0.49
Hex A4 AA 50 4 0 35 21 40 24 31
Octal 244 252 120 4 0 65 41 100 44 61
Binary 10100100 10101010 1010000 100 0 110101 100001 1000000 100100 110001

Color Harmonies of #A4AA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AA50

Black with #A4AA50

Text Example


Text Example

White with #A4AA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AA50; }

 p { color: rgb(164,170,80); }

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

background-color css

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

 a { background-color: rgb(164,170,80); }

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

border-color css

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

 span { border-color: rgb(164,170,80); }

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