Html Css Color HEX #A6A45C Green Smoke

📋 copy color: '#A6A45C'

red 166 ◦ green 164 ◦ blue 92

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

Shades of Green Smoke #A6A45C

Tints of Green Smoke #A6A45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.8%

R = 39.34%
G = 38.86%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6A45C (or 0xA6A45C) is known color: Green Smoke. HEX triplet: A6, A4 and 5C. RGB value is (166,164,92). Sum of RGB (Red+Green+Blue) = 166+164+92=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A45C is #595BA3. Grayscale: #9C9C9C. Windows color (decimal): -5856164 or 6071462. OLE color: 6071462.

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

Color convert

RGB 166 164 92 -
CMYK 0 0.01 0.45 0.35
HSL 58.38º 0.29% 0.51% -
HSV(B) 58.38º 0.45% 0.65% -
XYZ 30.93 35.43 15.33 -
YUV 156.39 91.66 134.85 -
System Red Green Blue C M Y K H S L
Decimal 166 164 92 0 0.01 0.45 0.35 58.38 0.29 0.51
Hex A6 A4 5C 0 1 2D 23 3A 1D 33
Octal 246 244 134 0 1 55 43 72 35 63
Binary 10100110 10100100 1011100 0 1 101101 100011 111010 11101 110011

Color Harmonies of #A6A45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A45C

Black with #A6A45C

Text Example


Text Example

White with #A6A45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A45C; }

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

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

background-color css

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

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

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

border-color css

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

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

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