Html Css Color HEX #A2AD64 Green Smoke

📋 copy color: '#A2AD64'

red 162 ◦ green 173 ◦ blue 100

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

Shades of Green Smoke #A2AD64

Tints of Green Smoke #A2AD64

RGB

 RED value IS 162 (63.67% from 255) = 37.24%

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

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

R = 37.24%
G = 39.77%
B = 22.99%

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

#A2AD64 (or 0xA2AD64) is known color: Green Smoke. HEX triplet: A2, AD and 64. RGB value is (162,173,100). Sum of RGB (Red+Green+Blue) = 162+173+100=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD64 is #5D529B. Grayscale: #A1A1A1. Windows color (decimal): -6115996 or 6598050. OLE color: 6598050.

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

Color convert

RGB 162 173 100 -
CMYK 0.06 0 0.42 0.32
HSL 69.04º 0.31% 0.54% -
HSV(B) 69.04º 0.42% 0.68% -
XYZ 32.14 38.49 17.79 -
YUV 161.39 93.36 128.44 -
System Red Green Blue C M Y K H S L
Decimal 162 173 100 0.06 0 0.42 0.32 69.04 0.31 0.54
Hex A2 AD 64 6 0 2A 20 45 1F 36
Octal 242 255 144 6 0 52 40 105 37 66
Binary 10100010 10101101 1100100 110 0 101010 100000 1000101 11111 110110

Color Harmonies of #A2AD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD64

Black with #A2AD64

Text Example


Text Example

White with #A2AD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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