Html Css Color HEX #A2AF5E Green Smoke

📋 copy color: '#A2AF5E'

red 162 ◦ green 175 ◦ blue 94

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

Shades of Green Smoke #A2AF5E

Tints of Green Smoke #A2AF5E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.6%

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

R = 37.59%
G = 40.6%
B = 21.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#A2AF5E (or 0xA2AF5E) is known color: Green Smoke. HEX triplet: A2, AF and 5E. RGB value is (162,175,94). Sum of RGB (Red+Green+Blue) = 162+175+94=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF5E is #5D50A1. Grayscale: #A2A2A2. Windows color (decimal): -6115490 or 6205346. OLE color: 6205346.

HSL color Cylindrical-coordinate representation of color #A2AF5E: hue angle of 69.63º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2AF5E is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 175 94 -
CMYK 0.07 0 0.46 0.31
HSL 69.63º 0.34% 0.53% -
HSV(B) 69.63º 0.46% 0.69% -
XYZ 32.25 39.15 16.45 -
YUV 161.88 89.69 128.09 -
System Red Green Blue C M Y K H S L
Decimal 162 175 94 0.07 0 0.46 0.31 69.63 0.34 0.53
Hex A2 AF 5E 7 0 2E 1F 46 22 35
Octal 242 257 136 7 0 56 37 106 42 65
Binary 10100010 10101111 1011110 111 0 101110 11111 1000110 100010 110101

Color Harmonies of #A2AF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF5E

Black with #A2AF5E

Text Example


Text Example

White with #A2AF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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