Html Css Color HEX #A47F61 Medium Wood

📋 copy color: '#A47F61'

red 164 ◦ green 127 ◦ blue 97

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

Shades of Medium Wood #A47F61

Tints of Medium Wood #A47F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25%

R = 42.27%
G = 32.73%
B = 25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A47F61 (or 0xA47F61) is known color: Medium Wood. HEX triplet: A4, 7F and 61. RGB value is (164,127,97). Sum of RGB (Red+Green+Blue) = 164+127+97=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F61 is #5B809E. Grayscale: #868686. Windows color (decimal): -5996703 or 6389668. OLE color: 6389668.

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

Color convert

RGB 164 127 97 -
CMYK 0 0.23 0.41 0.36
HSL 26.87º 0.27% 0.51% -
HSV(B) 26.87º 0.41% 0.64% -
XYZ 25.06 23.93 14.61 -
YUV 134.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 164 127 97 0 0.23 0.41 0.36 26.87 0.27 0.51
Hex A4 7F 61 0 17 29 24 1B 1B 33
Octal 244 177 141 0 27 51 44 33 33 63
Binary 10100100 1111111 1100001 0 10111 101001 100100 11011 11011 110011

Color Harmonies of #A47F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F61

Black with #A47F61

Text Example


Text Example

White with #A47F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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