Html Css Color HEX #A2A662 Green Smoke

📋 copy color: '#A2A662'

red 162 ◦ green 166 ◦ blue 98

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

Shades of Green Smoke #A2A662

Tints of Green Smoke #A2A662

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.97%

 BLUE value IS 98 (38.67% from 255) = 23%

R = 38.03%
G = 38.97%
B = 23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A2A662 (or 0xA2A662) is known color: Green Smoke. HEX triplet: A2, A6 and 62. RGB value is (162,166,98). Sum of RGB (Red+Green+Blue) = 162+166+98=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A662 is #5D599D. Grayscale: #9D9D9D. Windows color (decimal): -6117790 or 6465186. OLE color: 6465186.

HSL color Cylindrical-coordinate representation of color #A2A662: hue angle of 63.53º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2A662 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 166 98 -
CMYK 0.02 0 0.41 0.35
HSL 63.53º 0.28% 0.52% -
HSV(B) 63.53º 0.41% 0.65% -
XYZ 30.74 35.84 16.85 -
YUV 157.05 94.67 131.53 -
System Red Green Blue C M Y K H S L
Decimal 162 166 98 0.02 0 0.41 0.35 63.53 0.28 0.52
Hex A2 A6 62 2 0 29 23 40 1C 34
Octal 242 246 142 2 0 51 43 100 34 64
Binary 10100010 10100110 1100010 10 0 101001 100011 1000000 11100 110100

Color Harmonies of #A2A662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A662

Black with #A2A662

Text Example


Text Example

White with #A2A662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A662; }

 p { color: rgb(162,166,98); }

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

background-color css

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

 a { background-color: rgb(162,166,98); }

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

border-color css

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

 span { border-color: rgb(162,166,98); }

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