Html Css Color HEX #A37D64 Medium Wood

📋 copy color: '#A37D64'

red 163 ◦ green 125 ◦ blue 100

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

Shades of Medium Wood #A37D64

Tints of Medium Wood #A37D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.77%

R = 42.01%
G = 32.22%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A37D64 (or 0xA37D64) is known color: Medium Wood. HEX triplet: A3, 7D and 64. RGB value is (163,125,100). Sum of RGB (Red+Green+Blue) = 163+125+100=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D64 is #5C829B. Grayscale: #858585. Windows color (decimal): -6062748 or 6585763. OLE color: 6585763.

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

Color convert

RGB 163 125 100 -
CMYK 0 0.23 0.39 0.36
HSL 23.81º 0.26% 0.52% -
HSV(B) 23.81º 0.39% 0.64% -
XYZ 24.74 23.37 15.26 -
YUV 133.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 163 125 100 0 0.23 0.39 0.36 23.81 0.26 0.52
Hex A3 7D 64 0 17 27 24 18 1A 34
Octal 243 175 144 0 27 47 44 30 32 64
Binary 10100011 1111101 1100100 0 10111 100111 100100 11000 11010 110100

Color Harmonies of #A37D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D64

Black with #A37D64

Text Example


Text Example

White with #A37D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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