Html Css Color HEX #A1AD51 Green Smoke

📋 copy color: '#A1AD51'

red 161 ◦ green 173 ◦ blue 81

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

Shades of Green Smoke #A1AD51

Tints of Green Smoke #A1AD51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.52%

R = 38.8%
G = 41.69%
B = 19.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#A1AD51 (or 0xA1AD51) is known color: Green Smoke. HEX triplet: A1, AD and 51. RGB value is (161,173,81). Sum of RGB (Red+Green+Blue) = 161+173+81=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD51 is #5E52AE. Grayscale: #9F9F9F. Windows color (decimal): -6181551 or 5352865. OLE color: 5352865.

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

Color convert

RGB 161 173 81 -
CMYK 0.07 0 0.53 0.32
HSL 67.83º 0.36% 0.5% -
HSV(B) 67.83º 0.53% 0.68% -
XYZ 31.13 38.06 13.49 -
YUV 158.92 84.02 129.48 -
System Red Green Blue C M Y K H S L
Decimal 161 173 81 0.07 0 0.53 0.32 67.83 0.36 0.5
Hex A1 AD 51 7 0 35 20 44 24 32
Octal 241 255 121 7 0 65 40 104 44 62
Binary 10100001 10101101 1010001 111 0 110101 100000 1000100 100100 110010

Color Harmonies of #A1AD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD51

Black with #A1AD51

Text Example


Text Example

White with #A1AD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD51; }

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

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

background-color css

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

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

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

border-color css

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

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

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