Html Css Color HEX #A2AF6E Green Smoke

📋 copy color: '#A2AF6E'

red 162 ◦ green 175 ◦ blue 110

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

Shades of Green Smoke #A2AF6E

Tints of Green Smoke #A2AF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.61%

R = 36.24%
G = 39.15%
B = 24.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#A2AF6E (or 0xA2AF6E) is known color: Green Smoke. HEX triplet: A2, AF and 6E. RGB value is (162,175,110). Sum of RGB (Red+Green+Blue) = 162+175+110=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF6E is #5D5091. Grayscale: #A3A3A3. Windows color (decimal): -6115474 or 7253922. OLE color: 7253922.

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

Color convert

RGB 162 175 110 -
CMYK 0.07 0 0.37 0.31
HSL 72º 0.29% 0.56% -
HSV(B) 72º 0.37% 0.69% -
XYZ 33.04 39.47 20.63 -
YUV 163.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 162 175 110 0.07 0 0.37 0.31 72 0.29 0.56
Hex A2 AF 6E 7 0 25 1F 48 1D 38
Octal 242 257 156 7 0 45 37 110 35 70
Binary 10100010 10101111 1101110 111 0 100101 11111 1001000 11101 111000

Color Harmonies of #A2AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF6E

Black with #A2AF6E

Text Example


Text Example

White with #A2AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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