Html Css Color HEX #A5785D Medium Wood

📋 copy color: '#A5785D'

red 165 ◦ green 120 ◦ blue 93

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

Shades of Medium Wood #A5785D

Tints of Medium Wood #A5785D

RGB

 RED value IS 165 (64.84% from 255) = 43.65%

 GREEN value IS 120 (47.27% from 255) = 31.75%

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 43.65%
G = 31.75%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5785D (or 0xA5785D) is known color: Medium Wood. HEX triplet: A5, 78 and 5D. RGB value is (165,120,93). Sum of RGB (Red+Green+Blue) = 165+120+93=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A5785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5785D is #5A87A2. Grayscale: #828282. Windows color (decimal): -5932963 or 6125733. OLE color: 6125733.

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

Color convert

RGB 165 120 93 -
CMYK 0 0.27 0.44 0.35
HSL 22.5º 0.29% 0.51% -
HSV(B) 22.5º 0.44% 0.65% -
XYZ 24.21 22.22 13.37 -
YUV 130.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 165 120 93 0 0.27 0.44 0.35 22.5 0.29 0.51
Hex A5 78 5D 0 1B 2C 23 16 1D 33
Octal 245 170 135 0 33 54 43 26 35 63
Binary 10100101 1111000 1011101 0 11011 101100 100011 10110 11101 110011

Color Harmonies of #A5785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5785D

Black with #A5785D

Text Example


Text Example

White with #A5785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5785D; }

 p { color: rgb(165,120,93); }

 H1.HeaderClassName
 {
   color: #A5785D;
 }
 .AnyTagClassName
 {
   color: #A5785D;
 }
</style>

background-color css

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

 a { background-color: rgb(165,120,93); }

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

border-color css

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

 span { border-color: rgb(165,120,93); }

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