Html Css Color HEX #A47F62 Medium Wood

📋 copy color: '#A47F62'

red 164 ◦ green 127 ◦ blue 98

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

Shades of Medium Wood #A47F62

Tints of Medium Wood #A47F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.19%

R = 42.16%
G = 32.65%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A47F62 (or 0xA47F62) is known color: Medium Wood. HEX triplet: A4, 7F and 62. RGB value is (164,127,98). Sum of RGB (Red+Green+Blue) = 164+127+98=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F62 is #5B809D. Grayscale: #868686. Windows color (decimal): -5996702 or 6455204. OLE color: 6455204.

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

Color convert

RGB 164 127 98 -
CMYK 0 0.23 0.40 0.36
HSL 26.36º 0.27% 0.51% -
HSV(B) 26.36º 0.4% 0.64% -
XYZ 25.1 23.95 14.86 -
YUV 134.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 164 127 98 0 0.23 0.40 0.36 26.36 0.27 0.51
Hex A4 7F 62 0 17 28 24 1A 1B 33
Octal 244 177 142 0 27 50 44 32 33 63
Binary 10100100 1111111 1100010 0 10111 101000 100100 11010 11011 110011

Color Harmonies of #A47F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F62

Black with #A47F62

Text Example


Text Example

White with #A47F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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