Html Css Color HEX #A1AD53 Green Smoke

📋 copy color: '#A1AD53'

red 161 ◦ green 173 ◦ blue 83

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

Shades of Green Smoke #A1AD53

Tints of Green Smoke #A1AD53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.9%

R = 38.61%
G = 41.49%
B = 19.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#A1AD53 (or 0xA1AD53) is known color: Green Smoke. HEX triplet: A1, AD and 53. RGB value is (161,173,83). Sum of RGB (Red+Green+Blue) = 161+173+83=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD53 is #5E52AC. Grayscale: #9F9F9F. Windows color (decimal): -6181549 or 5483937. OLE color: 5483937.

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

Color convert

RGB 161 173 83 -
CMYK 0.07 0 0.52 0.32
HSL 68º 0.35% 0.5% -
HSV(B) 68º 0.52% 0.68% -
XYZ 31.2 38.09 13.89 -
YUV 159.15 85.02 129.32 -
System Red Green Blue C M Y K H S L
Decimal 161 173 83 0.07 0 0.52 0.32 68 0.35 0.5
Hex A1 AD 53 7 0 34 20 44 23 32
Octal 241 255 123 7 0 64 40 104 43 62
Binary 10100001 10101101 1010011 111 0 110100 100000 1000100 100011 110010

Color Harmonies of #A1AD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD53

Black with #A1AD53

Text Example


Text Example

White with #A1AD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD53; }

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

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

background-color css

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

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

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

border-color css

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

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

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