#A5805E

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

Shades of Medium Wood #A5805E

Tints of Medium Wood #A5805E

Color information

#A5805E (or 0xA5805E) is unknown color: approx Medium Wood. HEX triplet: A5, 80 and 5E. RGB value is (165,128,94). Sum of RGB (Red+Green+Blue) = 165+128+94=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5805E is #5A7FA1. Grayscale: #878787. Windows color (decimal): -5930914 or 6193317. OLE color: 6193317.

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

Color convert

RGB16512894-
CMYK00.220.430.35
HSL28.73º28.29%50.78%-
HSV(B)28.73º43.03%64.71%-
XYZ25.2624.2513.94-
YUV135.19104.76149.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 94 (37.11% from 255) = 24.29%
R=42.64%
G=33.07%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651289400.220.430.3528.7328.2950.78
HexA5805E0162B231d1c33
Octal2452001360265343353463
Binary101001011000000010111100101101010111000111110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5805E; }

 p { color: rgb(165,128,94); }

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

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

 a { background-color: rgb(165,128,94); }

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

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

 span { border-color: rgb(165,128,94); }

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