Html Css Color HEX #A3AD64 Green Smoke

📋 copy color: '#A3AD64'

red 163 ◦ green 173 ◦ blue 100

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

Shades of Green Smoke #A3AD64

Tints of Green Smoke #A3AD64

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.68%

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

R = 37.39%
G = 39.68%
B = 22.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#A3AD64 (or 0xA3AD64) is known color: Green Smoke. HEX triplet: A3, AD and 64. RGB value is (163,173,100). Sum of RGB (Red+Green+Blue) = 163+173+100=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AD64 is #5C529B. Grayscale: #A1A1A1. Windows color (decimal): -6050460 or 6598051. OLE color: 6598051.

HSL color Cylindrical-coordinate representation of color #A3AD64: hue angle of 68.22º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3AD64 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 173 100 -
CMYK 0.06 0 0.42 0.32
HSL 68.22º 0.31% 0.54% -
HSV(B) 68.22º 0.42% 0.68% -
XYZ 32.35 38.59 17.8 -
YUV 161.69 93.19 128.94 -
System Red Green Blue C M Y K H S L
Decimal 163 173 100 0.06 0 0.42 0.32 68.22 0.31 0.54
Hex A3 AD 64 6 0 2A 20 44 1F 36
Octal 243 255 144 6 0 52 40 104 37 66
Binary 10100011 10101101 1100100 110 0 101010 100000 1000100 11111 110110

Color Harmonies of #A3AD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AD64

Black with #A3AD64

Text Example


Text Example

White with #A3AD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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