Html Css Color HEX #A2A35E Green Smoke

📋 copy color: '#A2A35E'

red 162 ◦ green 163 ◦ blue 94

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

Shades of Green Smoke #A2A35E

Tints of Green Smoke #A2A35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.43%

R = 38.66%
G = 38.9%
B = 22.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A2A35E (or 0xA2A35E) is known color: Green Smoke. HEX triplet: A2, A3 and 5E. RGB value is (162,163,94). Sum of RGB (Red+Green+Blue) = 162+163+94=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A35E is #5D5CA1. Grayscale: #9B9B9B. Windows color (decimal): -6118562 or 6202274. OLE color: 6202274.

HSL color Cylindrical-coordinate representation of color #A2A35E: hue angle of 60.87º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2A35E is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 163 94 -
CMYK 0.01 0 0.42 0.36
HSL 60.87º 0.27% 0.5% -
HSV(B) 60.87º 0.42% 0.64% -
XYZ 30.02 34.68 15.7 -
YUV 154.84 93.67 133.11 -
System Red Green Blue C M Y K H S L
Decimal 162 163 94 0.01 0 0.42 0.36 60.87 0.27 0.5
Hex A2 A3 5E 1 0 2A 24 3D 1B 32
Octal 242 243 136 1 0 52 44 75 33 62
Binary 10100010 10100011 1011110 1 0 101010 100100 111101 11011 110010

Color Harmonies of #A2A35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A35E

Black with #A2A35E

Text Example


Text Example

White with #A2A35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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