Html Css Color HEX #A6A25C Green Smoke

📋 copy color: '#A6A25C'

red 166 ◦ green 162 ◦ blue 92

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

Shades of Green Smoke #A6A25C

Tints of Green Smoke #A6A25C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.57%

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

R = 39.52%
G = 38.57%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6A25C (or 0xA6A25C) is known color: Green Smoke. HEX triplet: A6, A2 and 5C. RGB value is (166,162,92). Sum of RGB (Red+Green+Blue) = 166+162+92=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A25C is #595DA3. Grayscale: #9B9B9B. Windows color (decimal): -5856676 or 6070950. OLE color: 6070950.

HSL color Cylindrical-coordinate representation of color #A6A25C: hue angle of 56.76º 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 #A6A25C is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 162 92 -
CMYK 0 0.02 0.45 0.35
HSL 56.76º 0.29% 0.51% -
HSV(B) 56.76º 0.45% 0.65% -
XYZ 30.58 34.72 15.22 -
YUV 155.22 92.33 135.69 -
System Red Green Blue C M Y K H S L
Decimal 166 162 92 0 0.02 0.45 0.35 56.76 0.29 0.51
Hex A6 A2 5C 0 2 2D 23 39 1D 33
Octal 246 242 134 0 2 55 43 71 35 63
Binary 10100110 10100010 1011100 0 10 101101 100011 111001 11101 110011

Color Harmonies of #A6A25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A25C

Black with #A6A25C

Text Example


Text Example

White with #A6A25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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