Html Css Color HEX #A2AF6A Green Smoke

📋 copy color: '#A2AF6A'

red 162 ◦ green 175 ◦ blue 106

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

Shades of Green Smoke #A2AF6A

Tints of Green Smoke #A2AF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.93%

R = 36.57%
G = 39.5%
B = 23.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#A2AF6A (or 0xA2AF6A) is known color: Green Smoke. HEX triplet: A2, AF and 6A. RGB value is (162,175,106). Sum of RGB (Red+Green+Blue) = 162+175+106=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF6A is #5D5095. Grayscale: #A3A3A3. Windows color (decimal): -6115478 or 6991778. OLE color: 6991778.

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

Color convert

RGB 162 175 106 -
CMYK 0.07 0 0.39 0.31
HSL 71.3º 0.3% 0.55% -
HSV(B) 71.3º 0.39% 0.69% -
XYZ 32.83 39.38 19.51 -
YUV 163.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 162 175 106 0.07 0 0.39 0.31 71.3 0.3 0.55
Hex A2 AF 6A 7 0 27 1F 47 1E 37
Octal 242 257 152 7 0 47 37 107 36 67
Binary 10100010 10101111 1101010 111 0 100111 11111 1000111 11110 110111

Color Harmonies of #A2AF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF6A

Black with #A2AF6A

Text Example


Text Example

White with #A2AF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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