Html Css Color HEX #A1A56B Green Smoke

📋 copy color: '#A1A56B'

red 161 ◦ green 165 ◦ blue 107

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

Shades of Green Smoke #A1A56B

Tints of Green Smoke #A1A56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.71%

R = 37.18%
G = 38.11%
B = 24.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A1A56B (or 0xA1A56B) is known color: Green Smoke. HEX triplet: A1, A5 and 6B. RGB value is (161,165,107). Sum of RGB (Red+Green+Blue) = 161+165+107=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A56B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A56B is #5E5A94. Grayscale: #9D9D9D. Windows color (decimal): -6183573 or 7054753. OLE color: 7054753.

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

Color convert

RGB 161 165 107 -
CMYK 0.02 0 0.35 0.35
HSL 64.14º 0.24% 0.53% -
HSV(B) 64.14º 0.35% 0.65% -
XYZ 30.81 35.55 19.15 -
YUV 157.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 161 165 107 0.02 0 0.35 0.35 64.14 0.24 0.53
Hex A1 A5 6B 2 0 23 23 40 18 35
Octal 241 245 153 2 0 43 43 100 30 65
Binary 10100001 10100101 1101011 10 0 100011 100011 1000000 11000 110101

Color Harmonies of #A1A56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A56B

Black with #A1A56B

Text Example


Text Example

White with #A1A56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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