Html Css Color HEX #A37F63 Medium Wood

📋 copy color: '#A37F63'

red 163 ◦ green 127 ◦ blue 99

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

Shades of Medium Wood #A37F63

Tints of Medium Wood #A37F63

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

 BLUE value IS 99 (39.06% from 255) = 25.45%

R = 41.9%
G = 32.65%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A37F63 (or 0xA37F63) is known color: Medium Wood. HEX triplet: A3, 7F and 63. RGB value is (163,127,99). Sum of RGB (Red+Green+Blue) = 163+127+99=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F63 is #5C809C. Grayscale: #868686. Windows color (decimal): -6062237 or 6520739. OLE color: 6520739.

HSL color Cylindrical-coordinate representation of color #A37F63: hue angle of 26.25º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A37F63 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 127 99 -
CMYK 0 0.22 0.39 0.36
HSL 26.25º 0.26% 0.51% -
HSV(B) 26.25º 0.39% 0.64% -
XYZ 24.95 23.87 15.1 -
YUV 134.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 163 127 99 0 0.22 0.39 0.36 26.25 0.26 0.51
Hex A3 7F 63 0 16 27 24 1A 1A 33
Octal 243 177 143 0 26 47 44 32 32 63
Binary 10100011 1111111 1100011 0 10110 100111 100100 11010 11010 110011

Color Harmonies of #A37F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F63

Black with #A37F63

Text Example


Text Example

White with #A37F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F63; }

 p { color: rgb(163,127,99); }

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

background-color css

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

 a { background-color: rgb(163,127,99); }

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

border-color css

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

 span { border-color: rgb(163,127,99); }

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