Html Css Color HEX #A1AD5E Green Smoke

📋 copy color: '#A1AD5E'

red 161 ◦ green 173 ◦ blue 94

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

Shades of Green Smoke #A1AD5E

Tints of Green Smoke #A1AD5E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.42%

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

R = 37.62%
G = 40.42%
B = 21.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#A1AD5E (or 0xA1AD5E) is known color: Green Smoke. HEX triplet: A1, AD and 5E. RGB value is (161,173,94). Sum of RGB (Red+Green+Blue) = 161+173+94=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD5E is #5E52A1. Grayscale: #A0A0A0. Windows color (decimal): -6181538 or 6204833. OLE color: 6204833.

HSL color Cylindrical-coordinate representation of color #A1AD5E: hue angle of 69.11º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1AD5E is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 173 94 -
CMYK 0.07 0 0.46 0.32
HSL 69.11º 0.33% 0.52% -
HSV(B) 69.11º 0.46% 0.68% -
XYZ 31.66 38.27 16.31 -
YUV 160.41 90.52 128.42 -
System Red Green Blue C M Y K H S L
Decimal 161 173 94 0.07 0 0.46 0.32 69.11 0.33 0.52
Hex A1 AD 5E 7 0 2E 20 45 21 34
Octal 241 255 136 7 0 56 40 105 41 64
Binary 10100001 10101101 1011110 111 0 101110 100000 1000101 100001 110100

Color Harmonies of #A1AD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD5E

Black with #A1AD5E

Text Example


Text Example

White with #A1AD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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