#A5A78F

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

Shades of Bud #A5A78F

Tints of Bud #A5A78F

Color information

#A5A78F (or 0xA5A78F) is unknown color: approx Bud. HEX triplet: A5, A7 and 8F. RGB value is (165,167,143). Sum of RGB (Red+Green+Blue) = 165+167+143=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A78F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A78F is #5A5870. Grayscale: #A3A3A3. Windows color (decimal): -5920881 or 9414565. OLE color: 9414565.

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

Color convert

RGB165167143-
CMYK0.0100.140.35
HSL65º12%60.78%-
HSV(B)65º14.37%65.49%-
XYZ34.2937.6231.44-
YUV163.67116.34128.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=34.74%
G=35.16%
B=30.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651671430.0100.140.35651260.78
HexA5A78F10E2341c3d
Octal2452472171016431011475
Binary10100101101001111000111110111010001110000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A78F; }

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

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

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

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

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

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

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

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