Html Css Color HEX #A1A65B Green Smoke

📋 copy color: '#A1A65B'

red 161 ◦ green 166 ◦ blue 91

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

Shades of Green Smoke #A1A65B

Tints of Green Smoke #A1A65B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.71%

 BLUE value IS 91 (35.94% from 255) = 21.77%

R = 38.52%
G = 39.71%
B = 21.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A1A65B (or 0xA1A65B) is known color: Green Smoke. HEX triplet: A1, A6 and 5B. RGB value is (161,166,91). Sum of RGB (Red+Green+Blue) = 161+166+91=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A65B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A65B is #5E59A4. Grayscale: #9C9C9C. Windows color (decimal): -6183333 or 6006433. OLE color: 6006433.

HSL color Cylindrical-coordinate representation of color #A1A65B: hue angle of 64º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1A65B is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 166 91 -
CMYK 0.03 0 0.45 0.35
HSL 64º 0.3% 0.5% -
HSV(B) 64º 0.45% 0.65% -
XYZ 30.22 35.6 15.18 -
YUV 155.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 161 166 91 0.03 0 0.45 0.35 64 0.3 0.5
Hex A1 A6 5B 3 0 2D 23 40 1E 32
Octal 241 246 133 3 0 55 43 100 36 62
Binary 10100001 10100110 1011011 11 0 101101 100011 1000000 11110 110010

Color Harmonies of #A1A65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A65B

Black with #A1A65B

Text Example


Text Example

White with #A1A65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A65B; }

 p { color: rgb(161,166,91); }

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

background-color css

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

 a { background-color: rgb(161,166,91); }

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

border-color css

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

 span { border-color: rgb(161,166,91); }

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