Html Css Color HEX #A2AF4E Green Smoke

📋 copy color: '#A2AF4E'

red 162 ◦ green 175 ◦ blue 78

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

Shades of Green Smoke #A2AF4E

Tints of Green Smoke #A2AF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.8%

R = 39.04%
G = 42.17%
B = 18.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#A2AF4E (or 0xA2AF4E) is known color: Green Smoke. HEX triplet: A2, AF and 4E. RGB value is (162,175,78). Sum of RGB (Red+Green+Blue) = 162+175+78=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF4E is #5D50B1. Grayscale: #A0A0A0. Windows color (decimal): -6115506 or 5156770. OLE color: 5156770.

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

Color convert

RGB 162 175 78 -
CMYK 0.07 0 0.55 0.31
HSL 68.04º 0.38% 0.5% -
HSV(B) 68.04º 0.55% 0.69% -
XYZ 31.61 38.89 13.05 -
YUV 160.06 81.69 129.39 -
System Red Green Blue C M Y K H S L
Decimal 162 175 78 0.07 0 0.55 0.31 68.04 0.38 0.5
Hex A2 AF 4E 7 0 37 1F 44 26 32
Octal 242 257 116 7 0 67 37 104 46 62
Binary 10100010 10101111 1001110 111 0 110111 11111 1000100 100110 110010

Color Harmonies of #A2AF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF4E

Black with #A2AF4E

Text Example


Text Example

White with #A2AF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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