Html Css Color HEX #A37D6A Medium Wood

📋 copy color: '#A37D6A'

red 163 ◦ green 125 ◦ blue 106

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

Shades of Medium Wood #A37D6A

Tints of Medium Wood #A37D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.9%

R = 41.37%
G = 31.73%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A37D6A (or 0xA37D6A) is known color: Medium Wood. HEX triplet: A3, 7D and 6A. RGB value is (163,125,106). Sum of RGB (Red+Green+Blue) = 163+125+106=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D6A is #5C8295. Grayscale: #868686. Windows color (decimal): -6062742 or 6978979. OLE color: 6978979.

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

Color convert

RGB 163 125 106 -
CMYK 0 0.23 0.35 0.36
HSL 20º 0.24% 0.53% -
HSV(B) 20º 0.35% 0.64% -
XYZ 25.04 23.49 16.85 -
YUV 134.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 163 125 106 0 0.23 0.35 0.36 20 0.24 0.53
Hex A3 7D 6A 0 17 23 24 14 18 35
Octal 243 175 152 0 27 43 44 24 30 65
Binary 10100011 1111101 1101010 0 10111 100011 100100 10100 11000 110101

Color Harmonies of #A37D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D6A

Black with #A37D6A

Text Example


Text Example

White with #A37D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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