Html Css Color HEX #A1AD55 Green Smoke

📋 copy color: '#A1AD55'

red 161 ◦ green 173 ◦ blue 85

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

Shades of Green Smoke #A1AD55

Tints of Green Smoke #A1AD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.29%

R = 38.42%
G = 41.29%
B = 20.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#A1AD55 (or 0xA1AD55) is known color: Green Smoke. HEX triplet: A1, AD and 55. RGB value is (161,173,85). Sum of RGB (Red+Green+Blue) = 161+173+85=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD55 is #5E52AA. Grayscale: #9F9F9F. Windows color (decimal): -6181547 or 5615009. OLE color: 5615009.

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

Color convert

RGB 161 173 85 -
CMYK 0.07 0 0.51 0.32
HSL 68.18º 0.35% 0.51% -
HSV(B) 68.18º 0.51% 0.68% -
XYZ 31.28 38.12 14.3 -
YUV 159.38 86.02 129.16 -
System Red Green Blue C M Y K H S L
Decimal 161 173 85 0.07 0 0.51 0.32 68.18 0.35 0.51
Hex A1 AD 55 7 0 33 20 44 23 33
Octal 241 255 125 7 0 63 40 104 43 63
Binary 10100001 10101101 1010101 111 0 110011 100000 1000100 100011 110011

Color Harmonies of #A1AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD55

Black with #A1AD55

Text Example


Text Example

White with #A1AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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