Html Css Color HEX #A37C5E Medium Wood

📋 copy color: '#A37C5E'

red 163 ◦ green 124 ◦ blue 94

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

Shades of Medium Wood #A37C5E

Tints of Medium Wood #A37C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.55%

 BLUE value IS 94 (37.11% from 255) = 24.67%

R = 42.78%
G = 32.55%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A37C5E (or 0xA37C5E) is known color: Medium Wood. HEX triplet: A3, 7C and 5E. RGB value is (163,124,94). Sum of RGB (Red+Green+Blue) = 163+124+94=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37C5E is #5C83A1. Grayscale: #848484. Windows color (decimal): -6063010 or 6192291. OLE color: 6192291.

HSL color Cylindrical-coordinate representation of color #A37C5E: hue angle of 26.09º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A37C5E is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 124 94 -
CMYK 0 0.24 0.42 0.36
HSL 26.09º 0.27% 0.5% -
HSV(B) 26.09º 0.42% 0.64% -
XYZ 24.33 23.01 13.75 -
YUV 132.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 163 124 94 0 0.24 0.42 0.36 26.09 0.27 0.5
Hex A3 7C 5E 0 18 2A 24 1A 1B 32
Octal 243 174 136 0 30 52 44 32 33 62
Binary 10100011 1111100 1011110 0 11000 101010 100100 11010 11011 110010

Color Harmonies of #A37C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C5E

Black with #A37C5E

Text Example


Text Example

White with #A37C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C5E; }

 p { color: rgb(163,124,94); }

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

background-color css

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

 a { background-color: rgb(163,124,94); }

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

border-color css

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

 span { border-color: rgb(163,124,94); }

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