Html Css Color HEX #A1A95C Green Smoke

📋 copy color: '#A1A95C'

red 161 ◦ green 169 ◦ blue 92

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

Shades of Green Smoke #A1A95C

Tints of Green Smoke #A1A95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.8%

R = 38.15%
G = 40.05%
B = 21.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A1A95C (or 0xA1A95C) is known color: Green Smoke. HEX triplet: A1, A9 and 5C. RGB value is (161,169,92). Sum of RGB (Red+Green+Blue) = 161+169+92=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A95C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A95C is #5E56A3. Grayscale: #9E9E9E. Windows color (decimal): -6182564 or 6072737. OLE color: 6072737.

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

Color convert

RGB 161 169 92 -
CMYK 0.05 0 0.46 0.34
HSL 66.23º 0.31% 0.51% -
HSV(B) 66.23º 0.46% 0.66% -
XYZ 30.82 36.73 15.59 -
YUV 157.83 90.85 130.26 -
System Red Green Blue C M Y K H S L
Decimal 161 169 92 0.05 0 0.46 0.34 66.23 0.31 0.51
Hex A1 A9 5C 5 0 2E 22 42 1F 33
Octal 241 251 134 5 0 56 42 102 37 63
Binary 10100001 10101001 1011100 101 0 101110 100010 1000010 11111 110011

Color Harmonies of #A1A95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A95C

Black with #A1A95C

Text Example


Text Example

White with #A1A95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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