Html Css Color HEX #A37F65 Medium Wood

📋 copy color: '#A37F65'

red 163 ◦ green 127 ◦ blue 101

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

Shades of Medium Wood #A37F65

Tints of Medium Wood #A37F65

RGB

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

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

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

R = 41.69%
G = 32.48%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A37F65 (or 0xA37F65) is known color: Medium Wood. HEX triplet: A3, 7F and 65. RGB value is (163,127,101). Sum of RGB (Red+Green+Blue) = 163+127+101=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F65 is #5C809A. Grayscale: #868686. Windows color (decimal): -6062235 or 6651811. OLE color: 6651811.

HSL color Cylindrical-coordinate representation of color #A37F65: hue angle of 25.16º 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 #A37F65 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 127 101 -
CMYK 0 0.22 0.38 0.36
HSL 25.16º 0.25% 0.52% -
HSV(B) 25.16º 0.38% 0.64% -
XYZ 25.04 23.9 15.61 -
YUV 134.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 163 127 101 0 0.22 0.38 0.36 25.16 0.25 0.52
Hex A3 7F 65 0 16 26 24 19 19 34
Octal 243 177 145 0 26 46 44 31 31 64
Binary 10100011 1111111 1100101 0 10110 100110 100100 11001 11001 110100

Color Harmonies of #A37F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F65

Black with #A37F65

Text Example


Text Example

White with #A37F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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