Html Css Color HEX #A47D6A Medium Wood

📋 copy color: '#A47D6A'

red 164 ◦ green 125 ◦ blue 106

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

Shades of Medium Wood #A47D6A

Tints of Medium Wood #A47D6A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.65%

 BLUE value IS 106 (41.8% from 255) = 26.84%

R = 41.52%
G = 31.65%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A47D6A (or 0xA47D6A) is known color: Medium Wood. HEX triplet: A4, 7D and 6A. RGB value is (164,125,106). Sum of RGB (Red+Green+Blue) = 164+125+106=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D6A is #5B8295. Grayscale: #868686. Windows color (decimal): -5997206 or 6978980. OLE color: 6978980.

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

Color convert

RGB 164 125 106 -
CMYK 0 0.24 0.35 0.36
HSL 19.66º 0.24% 0.53% -
HSV(B) 19.66º 0.35% 0.64% -
XYZ 25.24 23.6 16.86 -
YUV 134.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 164 125 106 0 0.24 0.35 0.36 19.66 0.24 0.53
Hex A4 7D 6A 0 18 23 24 14 18 35
Octal 244 175 152 0 30 43 44 24 30 65
Binary 10100100 1111101 1101010 0 11000 100011 100100 10100 11000 110101

Color Harmonies of #A47D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47D6A

Black with #A47D6A

Text Example


Text Example

White with #A47D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47D6A; }

 p { color: rgb(164,125,106); }

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

background-color css

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

 a { background-color: rgb(164,125,106); }

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

border-color css

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

 span { border-color: rgb(164,125,106); }

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