Html Css Color HEX #A47859 Medium Wood

📋 copy color: '#A47859'

red 164 ◦ green 120 ◦ blue 89

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

Shades of Medium Wood #A47859

Tints of Medium Wood #A47859

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.17%

 BLUE value IS 89 (35.16% from 255) = 23.86%

R = 43.97%
G = 32.17%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A47859 (or 0xA47859) is known color: Medium Wood. HEX triplet: A4, 78 and 59. RGB value is (164,120,89). Sum of RGB (Red+Green+Blue) = 164+120+89=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A47859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47859 is #5B87A6. Grayscale: #818181. Windows color (decimal): -5998503 or 5863588. OLE color: 5863588.

HSL color Cylindrical-coordinate representation of color #A47859: hue angle of 24.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47859 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 120 89 -
CMYK 0 0.27 0.46 0.36
HSL 24.8º 0.3% 0.5% -
HSV(B) 24.8º 0.46% 0.64% -
XYZ 23.83 22.05 12.45 -
YUV 129.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 164 120 89 0 0.27 0.46 0.36 24.8 0.3 0.5
Hex A4 78 59 0 1B 2E 24 19 1E 32
Octal 244 170 131 0 33 56 44 31 36 62
Binary 10100100 1111000 1011001 0 11011 101110 100100 11001 11110 110010

Color Harmonies of #A47859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47859

Black with #A47859

Text Example


Text Example

White with #A47859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47859; }

 p { color: rgb(164,120,89); }

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

background-color css

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

 a { background-color: rgb(164,120,89); }

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

border-color css

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

 span { border-color: rgb(164,120,89); }

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