Html Css Color HEX #A1A95D Green Smoke

📋 copy color: '#A1A95D'

red 161 ◦ green 169 ◦ blue 93

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

Shades of Green Smoke #A1A95D

Tints of Green Smoke #A1A95D

RGB

 RED value IS 161 (63.28% from 255) = 38.06%

 GREEN value IS 169 (66.41% from 255) = 39.95%

 BLUE value IS 93 (36.72% from 255) = 21.99%

R = 38.06%
G = 39.95%
B = 21.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A1A95D (or 0xA1A95D) is known color: Green Smoke. HEX triplet: A1, A9 and 5D. RGB value is (161,169,93). Sum of RGB (Red+Green+Blue) = 161+169+93=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A95D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A95D is #5E56A2. Grayscale: #9E9E9E. Windows color (decimal): -6182563 or 6138273. OLE color: 6138273.

HSL color Cylindrical-coordinate representation of color #A1A95D: hue angle of 66.32º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1A95D is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 169 93 -
CMYK 0.05 0 0.45 0.34
HSL 66.32º 0.31% 0.51% -
HSV(B) 66.32º 0.45% 0.66% -
XYZ 30.86 36.74 15.82 -
YUV 157.94 91.35 130.18 -
System Red Green Blue C M Y K H S L
Decimal 161 169 93 0.05 0 0.45 0.34 66.32 0.31 0.51
Hex A1 A9 5D 5 0 2D 22 42 1F 33
Octal 241 251 135 5 0 55 42 102 37 63
Binary 10100001 10101001 1011101 101 0 101101 100010 1000010 11111 110011

Color Harmonies of #A1A95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A95D

Black with #A1A95D

Text Example


Text Example

White with #A1A95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A95D; }

 p { color: rgb(161,169,93); }

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

background-color css

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

 a { background-color: rgb(161,169,93); }

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

border-color css

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

 span { border-color: rgb(161,169,93); }

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