Html Css Color HEX #A37D6B Medium Wood

📋 copy color: '#A37D6B'

red 163 ◦ green 125 ◦ blue 107

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

Shades of Medium Wood #A37D6B

Tints of Medium Wood #A37D6B

RGB

 RED value IS 163 (64.06% from 255) = 41.27%

 GREEN value IS 125 (49.22% from 255) = 31.65%

 BLUE value IS 107 (42.19% from 255) = 27.09%

R = 41.27%
G = 31.65%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A37D6B (or 0xA37D6B) is known color: Medium Wood. HEX triplet: A3, 7D and 6B. RGB value is (163,125,107). Sum of RGB (Red+Green+Blue) = 163+125+107=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D6B is #5C8294. Grayscale: #868686. Windows color (decimal): -6062741 or 7044515. OLE color: 7044515.

HSL color Cylindrical-coordinate representation of color #A37D6B: hue angle of 19.29º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A37D6B is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 125 107 -
CMYK 0 0.23 0.34 0.36
HSL 19.29º 0.23% 0.53% -
HSV(B) 19.29º 0.34% 0.64% -
XYZ 25.09 23.52 17.13 -
YUV 134.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 163 125 107 0 0.23 0.34 0.36 19.29 0.23 0.53
Hex A3 7D 6B 0 17 22 24 13 17 35
Octal 243 175 153 0 27 42 44 23 27 65
Binary 10100011 1111101 1101011 0 10111 100010 100100 10011 10111 110101

Color Harmonies of #A37D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D6B

Black with #A37D6B

Text Example


Text Example

White with #A37D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D6B; }

 p { color: rgb(163,125,107); }

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

background-color css

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

 a { background-color: rgb(163,125,107); }

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

border-color css

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

 span { border-color: rgb(163,125,107); }

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