#A6A362

Color #A6A362 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A6A362

Tints of Green Smoke #A6A362

Color information

#A6A362 (or 0xA6A362) is unknown color: approx Green Smoke. HEX triplet: A6, A3 and 62. RGB value is (166,163,98). Sum of RGB (Red+Green+Blue) = 166+163+98=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A362 is #595C9D. Grayscale: #9C9C9C. Windows color (decimal): -5856414 or 6464422. OLE color: 6464422.

HSL color Cylindrical-coordinate representation of color #A6A362: hue angle of 57.35º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6A362 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16616398-
CMYK00.020.410.35
HSL57.35º27.64%51.76%-
HSV(B)57.35º40.96%65.1%-
XYZ31.0335.1816.71-
YUV156.4994.99134.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 98 (38.67% from 255) = 22.95%
R=38.88%
G=38.17%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661639800.020.410.3557.3527.6451.76
HexA6A362022923391c34
Octal246243142025143713464
Binary1010011010100011110001001010100110001111100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A362; }

 p { color: rgb(166,163,98); }

 H1.HeaderClassName
 {
   color: #A6A362;
 }
 .AnyTagClassName
 {
   color: #A6A362;
 }
</style>
background-color css

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

 a { background-color: rgb(166,163,98); }

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

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

 span { border-color: rgb(166,163,98); }

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