Html Css Color HEX #A37D65 Medium Wood

📋 copy color: '#A37D65'

red 163 ◦ green 125 ◦ blue 101

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

Shades of Medium Wood #A37D65

Tints of Medium Wood #A37D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.96%

R = 41.9%
G = 32.13%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A37D65 (or 0xA37D65) is known color: Medium Wood. HEX triplet: A3, 7D and 65. RGB value is (163,125,101). Sum of RGB (Red+Green+Blue) = 163+125+101=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D65 is #5C829A. Grayscale: #858585. Windows color (decimal): -6062747 or 6651299. OLE color: 6651299.

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

Color convert

RGB 163 125 101 -
CMYK 0 0.23 0.38 0.36
HSL 23.23º 0.25% 0.52% -
HSV(B) 23.23º 0.38% 0.64% -
XYZ 24.79 23.39 15.52 -
YUV 133.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 163 125 101 0 0.23 0.38 0.36 23.23 0.25 0.52
Hex A3 7D 65 0 17 26 24 17 19 34
Octal 243 175 145 0 27 46 44 27 31 64
Binary 10100011 1111101 1100101 0 10111 100110 100100 10111 11001 110100

Color Harmonies of #A37D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D65

Black with #A37D65

Text Example


Text Example

White with #A37D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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