Html Css Color HEX #A37F6C Medium Wood

📋 copy color: '#A37F6C'

red 163 ◦ green 127 ◦ blue 108

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

Shades of Medium Wood #A37F6C

Tints of Medium Wood #A37F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 40.95%
G = 31.91%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A37F6C (or 0xA37F6C) is known color: Medium Wood. HEX triplet: A3, 7F and 6C. RGB value is (163,127,108). Sum of RGB (Red+Green+Blue) = 163+127+108=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F6C is #5C8093. Grayscale: #878787. Windows color (decimal): -6062228 or 7110563. OLE color: 7110563.

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

Color convert

RGB 163 127 108 -
CMYK 0 0.22 0.34 0.36
HSL 20.73º 0.23% 0.53% -
HSV(B) 20.73º 0.34% 0.64% -
XYZ 25.4 24.05 17.49 -
YUV 135.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 163 127 108 0 0.22 0.34 0.36 20.73 0.23 0.53
Hex A3 7F 6C 0 16 22 24 15 17 35
Octal 243 177 154 0 26 42 44 25 27 65
Binary 10100011 1111111 1101100 0 10110 100010 100100 10101 10111 110101

Color Harmonies of #A37F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37F6C

Black with #A37F6C

Text Example


Text Example

White with #A37F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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