Html Css Color HEX #A3AA64 Green Smoke

📋 copy color: '#A3AA64'

red 163 ◦ green 170 ◦ blue 100

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

Shades of Green Smoke #A3AA64

Tints of Green Smoke #A3AA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.09%

R = 37.64%
G = 39.26%
B = 23.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#A3AA64 (or 0xA3AA64) is known color: Green Smoke. HEX triplet: A3, AA and 64. RGB value is (163,170,100). Sum of RGB (Red+Green+Blue) = 163+170+100=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AA64 is #5C559B. Grayscale: #A0A0A0. Windows color (decimal): -6051228 or 6597283. OLE color: 6597283.

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

Color convert

RGB 163 170 100 -
CMYK 0.04 0 0.41 0.33
HSL 66º 0.29% 0.53% -
HSV(B) 66º 0.41% 0.67% -
XYZ 31.78 37.46 17.61 -
YUV 159.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 163 170 100 0.04 0 0.41 0.33 66 0.29 0.53
Hex A3 AA 64 4 0 29 21 42 1D 35
Octal 243 252 144 4 0 51 41 102 35 65
Binary 10100011 10101010 1100100 100 0 101001 100001 1000010 11101 110101

Color Harmonies of #A3AA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AA64

Black with #A3AA64

Text Example


Text Example

White with #A3AA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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