Html Css Color HEX #A47E6C Medium Wood

📋 copy color: '#A47E6C'

red 164 ◦ green 126 ◦ blue 108

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

Shades of Medium Wood #A47E6C

Tints of Medium Wood #A47E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 41.21%
G = 31.66%
B = 27.14%

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

#A47E6C (or 0xA47E6C) is known color: Medium Wood. HEX triplet: A4, 7E and 6C. RGB value is (164,126,108). Sum of RGB (Red+Green+Blue) = 164+126+108=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E6C is #5B8193. Grayscale: #878787. Windows color (decimal): -5996948 or 7110308. OLE color: 7110308.

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

Color convert

RGB 164 126 108 -
CMYK 0 0.23 0.34 0.36
HSL 19.29º 0.24% 0.53% -
HSV(B) 19.29º 0.34% 0.64% -
XYZ 25.48 23.9 17.46 -
YUV 135.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 164 126 108 0 0.23 0.34 0.36 19.29 0.24 0.53
Hex A4 7E 6C 0 17 22 24 13 18 35
Octal 244 176 154 0 27 42 44 23 30 65
Binary 10100100 1111110 1101100 0 10111 100010 100100 10011 11000 110101

Color Harmonies of #A47E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47E6C

Black with #A47E6C

Text Example


Text Example

White with #A47E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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