Html Css Color HEX #A2AF61 Green Smoke

📋 copy color: '#A2AF61'

red 162 ◦ green 175 ◦ blue 97

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

Shades of Green Smoke #A2AF61

Tints of Green Smoke #A2AF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.35%

R = 37.33%
G = 40.32%
B = 22.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#A2AF61 (or 0xA2AF61) is known color: Green Smoke. HEX triplet: A2, AF and 61. RGB value is (162,175,97). Sum of RGB (Red+Green+Blue) = 162+175+97=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF61 is #5D509E. Grayscale: #A2A2A2. Windows color (decimal): -6115487 or 6401954. OLE color: 6401954.

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

Color convert

RGB 162 175 97 -
CMYK 0.07 0 0.45 0.31
HSL 70º 0.33% 0.53% -
HSV(B) 70º 0.45% 0.69% -
XYZ 32.39 39.2 17.17 -
YUV 162.22 91.19 127.84 -
System Red Green Blue C M Y K H S L
Decimal 162 175 97 0.07 0 0.45 0.31 70 0.33 0.53
Hex A2 AF 61 7 0 2D 1F 46 21 35
Octal 242 257 141 7 0 55 37 106 41 65
Binary 10100010 10101111 1100001 111 0 101101 11111 1000110 100001 110101

Color Harmonies of #A2AF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF61

Black with #A2AF61

Text Example


Text Example

White with #A2AF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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