Html Css Color HEX #A1A35E Green Smoke

📋 copy color: '#A1A35E'

red 161 ◦ green 163 ◦ blue 94

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

Shades of Green Smoke #A1A35E

Tints of Green Smoke #A1A35E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39%

 BLUE value IS 94 (37.11% from 255) = 22.49%

R = 38.52%
G = 39%
B = 22.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A1A35E (or 0xA1A35E) is known color: Green Smoke. HEX triplet: A1, A3 and 5E. RGB value is (161,163,94). Sum of RGB (Red+Green+Blue) = 161+163+94=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A35E is #5E5CA1. Grayscale: #9A9A9A. Windows color (decimal): -6184098 or 6202273. OLE color: 6202273.

HSL color Cylindrical-coordinate representation of color #A1A35E: hue angle of 61.74º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1A35E is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 163 94 -
CMYK 0.01 0 0.42 0.36
HSL 61.74º 0.27% 0.5% -
HSV(B) 61.74º 0.42% 0.64% -
XYZ 29.82 34.58 15.69 -
YUV 154.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 161 163 94 0.01 0 0.42 0.36 61.74 0.27 0.5
Hex A1 A3 5E 1 0 2A 24 3E 1B 32
Octal 241 243 136 1 0 52 44 76 33 62
Binary 10100001 10100011 1011110 1 0 101010 100100 111110 11011 110010

Color Harmonies of #A1A35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A35E

Black with #A1A35E

Text Example


Text Example

White with #A1A35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A35E; }

 p { color: rgb(161,163,94); }

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

background-color css

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

 a { background-color: rgb(161,163,94); }

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

border-color css

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

 span { border-color: rgb(161,163,94); }

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