#A5A763

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

Shades of Green Smoke #A5A763

Tints of Green Smoke #A5A763

Color information

#A5A763 (or 0xA5A763) is unknown color: approx Green Smoke. HEX triplet: A5, A7 and 63. RGB value is (165,167,99). Sum of RGB (Red+Green+Blue) = 165+167+99=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A763 is #5A589C. Grayscale: #9E9E9E. Windows color (decimal): -5920925 or 6530981. OLE color: 6530981.

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

Color convert

RGB16516799-
CMYK0.0100.410.35
HSL61.76º27.87%52.16%-
HSV(B)61.76º40.72%65.49%-
XYZ31.5936.5417.19-
YUV158.6594.34132.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 167 (65.62% from 255) = 38.75%
BLUE value IS 99 (39.06% from 255) = 22.97%
R=38.28%
G=38.75%
B=22.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165167990.0100.410.3561.7627.8752.16
HexA5A7631029233e1c34
Octal245247143105143763464
Binary101001011010011111000111010100110001111111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A763; }

 p { color: rgb(165,167,99); }

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

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

 a { background-color: rgb(165,167,99); }

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

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

 span { border-color: rgb(165,167,99); }

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