Html Css Color HEX #A6A45F Green Smoke

📋 copy color: '#A6A45F'

red 166 ◦ green 164 ◦ blue 95

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

Shades of Green Smoke #A6A45F

Tints of Green Smoke #A6A45F

RGB

 RED value IS 166 (65.23% from 255) = 39.06%

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

 BLUE value IS 95 (37.5% from 255) = 22.35%

R = 39.06%
G = 38.59%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6A45F (or 0xA6A45F) is known color: Green Smoke. HEX triplet: A6, A4 and 5F. RGB value is (166,164,95). Sum of RGB (Red+Green+Blue) = 166+164+95=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A45F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A45F is #595BA0. Grayscale: #9D9D9D. Windows color (decimal): -5856161 or 6268070. OLE color: 6268070.

HSL color Cylindrical-coordinate representation of color #A6A45F: hue angle of 58.31º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6A45F is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 164 95 -
CMYK 0 0.01 0.43 0.35
HSL 58.31º 0.29% 0.51% -
HSV(B) 58.31º 0.43% 0.65% -
XYZ 31.07 35.48 16.04 -
YUV 156.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 166 164 95 0 0.01 0.43 0.35 58.31 0.29 0.51
Hex A6 A4 5F 0 1 2B 23 3A 1D 33
Octal 246 244 137 0 1 53 43 72 35 63
Binary 10100110 10100100 1011111 0 1 101011 100011 111010 11101 110011

Color Harmonies of #A6A45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A45F

Black with #A6A45F

Text Example


Text Example

White with #A6A45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A45F; }

 p { color: rgb(166,164,95); }

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

background-color css

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

 a { background-color: rgb(166,164,95); }

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

border-color css

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

 span { border-color: rgb(166,164,95); }

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