Html Css Color HEX #A5805E Medium Wood

📋 copy color: '#A5805E'

red 165 ◦ green 128 ◦ blue 94

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

Shades of Medium Wood #A5805E

Tints of Medium Wood #A5805E

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 value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5805E (or 0xA5805E) is known color: 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

RGB 165 128 94 -
CMYK 0 0.22 0.43 0.35
HSL 28.73º 0.28% 0.51% -
HSV(B) 28.73º 0.43% 0.65% -
XYZ 25.26 24.25 13.94 -
YUV 135.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 165 128 94 0 0.22 0.43 0.35 28.73 0.28 0.51
Hex A5 80 5E 0 16 2B 23 1D 1C 33
Octal 245 200 136 0 26 53 43 35 34 63
Binary 10100101 10000000 1011110 0 10110 101011 100011 11101 11100 110011

Color Harmonies of #A5805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5805E

Black with #A5805E

Text Example


Text Example

White with #A5805E

Text Example


Text Example

HTML Codes & Css Web 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>