Html Css Color HEX #A47F5F Medium Wood

📋 copy color: '#A47F5F'

red 164 ◦ green 127 ◦ blue 95

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

Shades of Medium Wood #A47F5F

Tints of Medium Wood #A47F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.61%

R = 42.49%
G = 32.9%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A47F5F (or 0xA47F5F) is known color: Medium Wood. HEX triplet: A4, 7F and 5F. RGB value is (164,127,95). Sum of RGB (Red+Green+Blue) = 164+127+95=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F5F is #5B80A0. Grayscale: #868686. Windows color (decimal): -5996705 or 6258596. OLE color: 6258596.

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

Color convert

RGB 164 127 95 -
CMYK 0 0.23 0.42 0.36
HSL 27.83º 0.27% 0.51% -
HSV(B) 27.83º 0.42% 0.64% -
XYZ 24.96 23.9 14.12 -
YUV 134.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 164 127 95 0 0.23 0.42 0.36 27.83 0.27 0.51
Hex A4 7F 5F 0 17 2A 24 1C 1B 33
Octal 244 177 137 0 27 52 44 34 33 63
Binary 10100100 1111111 1011111 0 10111 101010 100100 11100 11011 110011

Color Harmonies of #A47F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F5F

Black with #A47F5F

Text Example


Text Example

White with #A47F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F5F; }

 p { color: rgb(164,127,95); }

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

background-color css

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

 a { background-color: rgb(164,127,95); }

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

border-color css

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

 span { border-color: rgb(164,127,95); }

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