Html Css Color HEX #A1AC5E Green Smoke

📋 copy color: '#A1AC5E'

red 161 ◦ green 172 ◦ blue 94

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

Shades of Green Smoke #A1AC5E

Tints of Green Smoke #A1AC5E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.28%

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

R = 37.7%
G = 40.28%
B = 22.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#A1AC5E (or 0xA1AC5E) is known color: Green Smoke. HEX triplet: A1, AC and 5E. RGB value is (161,172,94). Sum of RGB (Red+Green+Blue) = 161+172+94=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AC5E is #5E53A1. Grayscale: #A0A0A0. Windows color (decimal): -6181794 or 6204577. OLE color: 6204577.

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

Color convert

RGB 161 172 94 -
CMYK 0.06 0 0.45 0.33
HSL 68.46º 0.32% 0.52% -
HSV(B) 68.46º 0.45% 0.67% -
XYZ 31.47 37.89 16.24 -
YUV 159.82 90.86 128.84 -
System Red Green Blue C M Y K H S L
Decimal 161 172 94 0.06 0 0.45 0.33 68.46 0.32 0.52
Hex A1 AC 5E 6 0 2D 21 44 20 34
Octal 241 254 136 6 0 55 41 104 40 64
Binary 10100001 10101100 1011110 110 0 101101 100001 1000100 100000 110100

Color Harmonies of #A1AC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AC5E

Black with #A1AC5E

Text Example


Text Example

White with #A1AC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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