Html Css Color HEX #A3AA50 Green Smoke

📋 copy color: '#A3AA50'

red 163 ◦ green 170 ◦ blue 80

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

Shades of Green Smoke #A3AA50

Tints of Green Smoke #A3AA50

RGB

 RED value IS 163 (64.06% from 255) = 39.47%

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

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

R = 39.47%
G = 41.16%
B = 19.37%

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

#A3AA50 (or 0xA3AA50) is known color: Green Smoke. HEX triplet: A3, AA and 50. RGB value is (163,170,80). Sum of RGB (Red+Green+Blue) = 163+170+80=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AA50 is #5C55AF. Grayscale: #9E9E9E. Windows color (decimal): -6051248 or 5286563. OLE color: 5286563.

HSL color Cylindrical-coordinate representation of color #A3AA50: hue angle of 64.67º 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 #A3AA50 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 170 80 -
CMYK 0.04 0 0.53 0.33
HSL 64.67º 0.36% 0.49% -
HSV(B) 64.67º 0.53% 0.67% -
XYZ 30.93 37.12 13.12 -
YUV 157.65 84.18 131.82 -
System Red Green Blue C M Y K H S L
Decimal 163 170 80 0.04 0 0.53 0.33 64.67 0.36 0.49
Hex A3 AA 50 4 0 35 21 41 24 31
Octal 243 252 120 4 0 65 41 101 44 61
Binary 10100011 10101010 1010000 100 0 110101 100001 1000001 100100 110001

Color Harmonies of #A3AA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AA50

Black with #A3AA50

Text Example


Text Example

White with #A3AA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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