Html Css Color HEX #A47D63 Medium Wood

📋 copy color: '#A47D63'

red 164 ◦ green 125 ◦ blue 99

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

Shades of Medium Wood #A47D63

Tints of Medium Wood #A47D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.52%

R = 42.27%
G = 32.22%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A47D63 (or 0xA47D63) is known color: Medium Wood. HEX triplet: A4, 7D and 63. RGB value is (164,125,99). Sum of RGB (Red+Green+Blue) = 164+125+99=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D63 is #5B829C. Grayscale: #858585. Windows color (decimal): -5997213 or 6520228. OLE color: 6520228.

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

Color convert

RGB 164 125 99 -
CMYK 0 0.24 0.40 0.36
HSL 24º 0.26% 0.52% -
HSV(B) 24º 0.4% 0.64% -
XYZ 24.9 23.46 15.02 -
YUV 133.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 164 125 99 0 0.24 0.40 0.36 24 0.26 0.52
Hex A4 7D 63 0 18 28 24 18 1A 34
Octal 244 175 143 0 30 50 44 30 32 64
Binary 10100100 1111101 1100011 0 11000 101000 100100 11000 11010 110100

Color Harmonies of #A47D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47D63

Black with #A47D63

Text Example


Text Example

White with #A47D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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