Html Css Color HEX #A1A54D Green Smoke

📋 copy color: '#A1A54D'

red 161 ◦ green 165 ◦ blue 77

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

Shades of Green Smoke #A1A54D

Tints of Green Smoke #A1A54D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

 BLUE value IS 77 (30.47% from 255) = 19.11%

R = 39.95%
G = 40.94%
B = 19.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A1A54D (or 0xA1A54D) is known color: Green Smoke. HEX triplet: A1, A5 and 4D. RGB value is (161,165,77). Sum of RGB (Red+Green+Blue) = 161+165+77=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A54D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A54D is #5E5AB2. Grayscale: #9A9A9A. Windows color (decimal): -6183603 or 5088673. OLE color: 5088673.

HSL color Cylindrical-coordinate representation of color #A1A54D: hue angle of 62.73º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1A54D is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 165 77 -
CMYK 0.02 0 0.53 0.35
HSL 62.73º 0.36% 0.47% -
HSV(B) 62.73º 0.53% 0.65% -
XYZ 29.49 35.02 12.23 -
YUV 153.77 84.67 133.16 -
System Red Green Blue C M Y K H S L
Decimal 161 165 77 0.02 0 0.53 0.35 62.73 0.36 0.47
Hex A1 A5 4D 2 0 35 23 3F 24 2F
Octal 241 245 115 2 0 65 43 77 44 57
Binary 10100001 10100101 1001101 10 0 110101 100011 111111 100100 101111

Color Harmonies of #A1A54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A54D

Black with #A1A54D

Text Example


Text Example

White with #A1A54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A54D; }

 p { color: rgb(161,165,77); }

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

background-color css

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

 a { background-color: rgb(161,165,77); }

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

border-color css

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

 span { border-color: rgb(161,165,77); }

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