Html Css Color HEX #A47E60 Medium Wood

📋 copy color: '#A47E60'

red 164 ◦ green 126 ◦ blue 96

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

Shades of Medium Wood #A47E60

Tints of Medium Wood #A47E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.87%

R = 42.49%
G = 32.64%
B = 24.87%

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

#A47E60 (or 0xA47E60) is known color: Medium Wood. HEX triplet: A4, 7E and 60. RGB value is (164,126,96). Sum of RGB (Red+Green+Blue) = 164+126+96=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E60 is #5B819F. Grayscale: #868686. Windows color (decimal): -5996960 or 6323876. OLE color: 6323876.

HSL color Cylindrical-coordinate representation of color #A47E60: hue angle of 26.47º 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 #A47E60 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 126 96 -
CMYK 0 0.23 0.41 0.36
HSL 26.47º 0.27% 0.51% -
HSV(B) 26.47º 0.41% 0.64% -
XYZ 24.88 23.66 14.32 -
YUV 133.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 164 126 96 0 0.23 0.41 0.36 26.47 0.27 0.51
Hex A4 7E 60 0 17 29 24 1A 1B 33
Octal 244 176 140 0 27 51 44 32 33 63
Binary 10100100 1111110 1100000 0 10111 101001 100100 11010 11011 110011

Color Harmonies of #A47E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47E60

Black with #A47E60

Text Example


Text Example

White with #A47E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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