Html Css Color HEX #A47E6D Medium Wood

📋 copy color: '#A47E6D'

red 164 ◦ green 126 ◦ blue 109

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

Shades of Medium Wood #A47E6D

Tints of Medium Wood #A47E6D

RGB

 RED value IS 164 (64.45% from 255) = 41.1%

 GREEN value IS 126 (49.61% from 255) = 31.58%

 BLUE value IS 109 (42.97% from 255) = 27.32%

R = 41.1%
G = 31.58%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A47E6D (or 0xA47E6D) is known color: Medium Wood. HEX triplet: A4, 7E and 6D. RGB value is (164,126,109). Sum of RGB (Red+Green+Blue) = 164+126+109=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E6D is #5B8192. Grayscale: #878787. Windows color (decimal): -5996947 or 7175844. OLE color: 7175844.

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

Color convert

RGB 164 126 109 -
CMYK 0 0.23 0.34 0.36
HSL 18.55º 0.23% 0.54% -
HSV(B) 18.55º 0.34% 0.64% -
XYZ 25.53 23.92 17.74 -
YUV 135.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 164 126 109 0 0.23 0.34 0.36 18.55 0.23 0.54
Hex A4 7E 6D 0 17 22 24 13 17 36
Octal 244 176 155 0 27 42 44 23 27 66
Binary 10100100 1111110 1101101 0 10111 100010 100100 10011 10111 110110

Color Harmonies of #A47E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47E6D

Black with #A47E6D

Text Example


Text Example

White with #A47E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47E6D; }

 p { color: rgb(164,126,109); }

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

background-color css

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

 a { background-color: rgb(164,126,109); }

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

border-color css

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

 span { border-color: rgb(164,126,109); }

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