Html Css Color HEX #A2A362 Green Smoke

📋 copy color: '#A2A362'

red 162 ◦ green 163 ◦ blue 98

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

Shades of Green Smoke #A2A362

Tints of Green Smoke #A2A362

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

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

R = 38.3%
G = 38.53%
B = 23.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A2A362 (or 0xA2A362) is known color: Green Smoke. HEX triplet: A2, A3 and 62. RGB value is (162,163,98). Sum of RGB (Red+Green+Blue) = 162+163+98=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A362 is #5D5C9D. Grayscale: #9B9B9B. Windows color (decimal): -6118558 or 6464418. OLE color: 6464418.

HSL color Cylindrical-coordinate representation of color #A2A362: hue angle of 60.92º 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 #A2A362 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 163 98 -
CMYK 0.01 0 0.40 0.36
HSL 60.92º 0.26% 0.51% -
HSV(B) 60.92º 0.4% 0.64% -
XYZ 30.2 34.76 16.67 -
YUV 155.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 162 163 98 0.01 0 0.40 0.36 60.92 0.26 0.51
Hex A2 A3 62 1 0 28 24 3D 1A 33
Octal 242 243 142 1 0 50 44 75 32 63
Binary 10100010 10100011 1100010 1 0 101000 100100 111101 11010 110011

Color Harmonies of #A2A362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A362

Black with #A2A362

Text Example


Text Example

White with #A2A362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A362; }

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

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

background-color css

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

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

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

border-color css

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

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

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