Html Css Color HEX #A2A262 Green Smoke

📋 copy color: '#A2A262'

red 162 ◦ green 162 ◦ blue 98

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

Shades of Green Smoke #A2A262

Tints of Green Smoke #A2A262

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.39%

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

R = 38.39%
G = 38.39%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A2A262 (or 0xA2A262) is known color: Green Smoke. HEX triplet: A2, A2 and 62. RGB value is (162,162,98). Sum of RGB (Red+Green+Blue) = 162+162+98=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A262 is #5D5D9D. Grayscale: #9A9A9A. Windows color (decimal): -6118814 or 6464162. OLE color: 6464162.

HSL color Cylindrical-coordinate representation of color #A2A262: hue angle of 60º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2A262 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 162 98 -
CMYK 0 0 0.40 0.36
HSL 60º 0.26% 0.51% -
HSV(B) 60º 0.4% 0.64% -
XYZ 30.03 34.4 16.61 -
YUV 154.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 162 162 98 0 0 0.40 0.36 60 0.26 0.51
Hex A2 A2 62 0 0 28 24 3C 1A 33
Octal 242 242 142 0 0 50 44 74 32 63
Binary 10100010 10100010 1100010 0 0 101000 100100 111100 11010 110011

Color Harmonies of #A2A262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A262

Black with #A2A262

Text Example


Text Example

White with #A2A262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A262; }

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

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

background-color css

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

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

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

border-color css

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

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

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