Html Css Color HEX #A2A669 Green Smoke

📋 copy color: '#A2A669'

red 162 ◦ green 166 ◦ blue 105

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

Shades of Green Smoke #A2A669

Tints of Green Smoke #A2A669

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.34%

 BLUE value IS 105 (41.41% from 255) = 24.25%

R = 37.41%
G = 38.34%
B = 24.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A2A669 (or 0xA2A669) is known color: Green Smoke. HEX triplet: A2, A6 and 69. RGB value is (162,166,105). Sum of RGB (Red+Green+Blue) = 162+166+105=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A669 is #5D5996. Grayscale: #9E9E9E. Windows color (decimal): -6117783 or 6923938. OLE color: 6923938.

HSL color Cylindrical-coordinate representation of color #A2A669: hue angle of 63.93º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2A669 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 166 105 -
CMYK 0.02 0 0.37 0.35
HSL 63.93º 0.26% 0.53% -
HSV(B) 63.93º 0.37% 0.65% -
XYZ 31.09 35.97 18.67 -
YUV 157.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 162 166 105 0.02 0 0.37 0.35 63.93 0.26 0.53
Hex A2 A6 69 2 0 25 23 40 1A 35
Octal 242 246 151 2 0 45 43 100 32 65
Binary 10100010 10100110 1101001 10 0 100101 100011 1000000 11010 110101

Color Harmonies of #A2A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A669

Black with #A2A669

Text Example


Text Example

White with #A2A669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A669; }

 p { color: rgb(162,166,105); }

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

background-color css

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

 a { background-color: rgb(162,166,105); }

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

border-color css

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

 span { border-color: rgb(162,166,105); }

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