Html Css Color HEX #A1A54C Green Smoke

📋 copy color: '#A1A54C'

red 161 ◦ green 165 ◦ blue 76

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

Shades of Green Smoke #A1A54C

Tints of Green Smoke #A1A54C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.91%

R = 40.05%
G = 41.04%
B = 18.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A1A54C (or 0xA1A54C) is known color: Green Smoke. HEX triplet: A1, A5 and 4C. RGB value is (161,165,76). Sum of RGB (Red+Green+Blue) = 161+165+76=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A54C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A54C is #5E5AB3. Grayscale: #9A9A9A. Windows color (decimal): -6183604 or 5023137. OLE color: 5023137.

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

Color convert

RGB 161 165 76 -
CMYK 0.02 0 0.54 0.35
HSL 62.7º 0.37% 0.47% -
HSV(B) 62.7º 0.54% 0.65% -
XYZ 29.46 35.01 12.04 -
YUV 153.66 84.17 133.24 -
System Red Green Blue C M Y K H S L
Decimal 161 165 76 0.02 0 0.54 0.35 62.7 0.37 0.47
Hex A1 A5 4C 2 0 36 23 3F 25 2F
Octal 241 245 114 2 0 66 43 77 45 57
Binary 10100001 10100101 1001100 10 0 110110 100011 111111 100101 101111

Color Harmonies of #A1A54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A54C

Black with #A1A54C

Text Example


Text Example

White with #A1A54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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