Html Css Color HEX #A2AF66 Green Smoke

📋 copy color: '#A2AF66'

red 162 ◦ green 175 ◦ blue 102

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

Shades of Green Smoke #A2AF66

Tints of Green Smoke #A2AF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.23%

R = 36.9%
G = 39.86%
B = 23.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#A2AF66 (or 0xA2AF66) is known color: Green Smoke. HEX triplet: A2, AF and 66. RGB value is (162,175,102). Sum of RGB (Red+Green+Blue) = 162+175+102=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AF66 is #5D5099. Grayscale: #A3A3A3. Windows color (decimal): -6115482 or 6729634. OLE color: 6729634.

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

Color convert

RGB 162 175 102 -
CMYK 0.07 0 0.42 0.31
HSL 70.68º 0.31% 0.54% -
HSV(B) 70.68º 0.42% 0.69% -
XYZ 32.63 39.3 18.44 -
YUV 162.79 93.69 127.44 -
System Red Green Blue C M Y K H S L
Decimal 162 175 102 0.07 0 0.42 0.31 70.68 0.31 0.54
Hex A2 AF 66 7 0 2A 1F 47 1F 36
Octal 242 257 146 7 0 52 37 107 37 66
Binary 10100010 10101111 1100110 111 0 101010 11111 1000111 11111 110110

Color Harmonies of #A2AF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF66

Black with #A2AF66

Text Example


Text Example

White with #A2AF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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