Html Css Color HEX #A1A44E Green Smoke

📋 copy color: '#A1A44E'

red 161 ◦ green 164 ◦ blue 78

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

Shades of Green Smoke #A1A44E

Tints of Green Smoke #A1A44E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.69%

 BLUE value IS 78 (30.86% from 255) = 19.35%

R = 39.95%
G = 40.69%
B = 19.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A1A44E (or 0xA1A44E) is known color: Green Smoke. HEX triplet: A1, A4 and 4E. RGB value is (161,164,78). Sum of RGB (Red+Green+Blue) = 161+164+78=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A44E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A44E is #5E5BB1. Grayscale: #999999. Windows color (decimal): -6183858 or 5153953. OLE color: 5153953.

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

Color convert

RGB 161 164 78 -
CMYK 0.02 0 0.52 0.36
HSL 62.09º 0.36% 0.47% -
HSV(B) 62.09º 0.52% 0.64% -
XYZ 29.35 34.68 12.35 -
YUV 153.3 85.51 133.49 -
System Red Green Blue C M Y K H S L
Decimal 161 164 78 0.02 0 0.52 0.36 62.09 0.36 0.47
Hex A1 A4 4E 2 0 34 24 3E 24 2F
Octal 241 244 116 2 0 64 44 76 44 57
Binary 10100001 10100100 1001110 10 0 110100 100100 111110 100100 101111

Color Harmonies of #A1A44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A44E

Black with #A1A44E

Text Example


Text Example

White with #A1A44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A44E; }

 p { color: rgb(161,164,78); }

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

background-color css

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

 a { background-color: rgb(161,164,78); }

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

border-color css

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

 span { border-color: rgb(161,164,78); }

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