Html Css Color HEX #A6AD64 Green Smoke

📋 copy color: '#A6AD64'

red 166 ◦ green 173 ◦ blue 100

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

Shades of Green Smoke #A6AD64

Tints of Green Smoke #A6AD64

RGB

 RED value IS 166 (65.23% from 255) = 37.81%

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

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

R = 37.81%
G = 39.41%
B = 22.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#A6AD64 (or 0xA6AD64) is known color: Green Smoke. HEX triplet: A6, AD and 64. RGB value is (166,173,100). Sum of RGB (Red+Green+Blue) = 166+173+100=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AD64 is #59529B. Grayscale: #A2A2A2. Windows color (decimal): -5853852 or 6598054. OLE color: 6598054.

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

Color convert

RGB 166 173 100 -
CMYK 0.04 0 0.42 0.32
HSL 65.75º 0.31% 0.54% -
HSV(B) 65.75º 0.42% 0.68% -
XYZ 32.97 38.91 17.83 -
YUV 162.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 166 173 100 0.04 0 0.42 0.32 65.75 0.31 0.54
Hex A6 AD 64 4 0 2A 20 42 1F 36
Octal 246 255 144 4 0 52 40 102 37 66
Binary 10100110 10101101 1100100 100 0 101010 100000 1000010 11111 110110

Color Harmonies of #A6AD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD64

Black with #A6AD64

Text Example


Text Example

White with #A6AD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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