Html Css Color HEX #A47959 Medium Wood

📋 copy color: '#A47959'

red 164 ◦ green 121 ◦ blue 89

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

Shades of Medium Wood #A47959

Tints of Medium Wood #A47959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.35%

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

R = 43.85%
G = 32.35%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A47959 (or 0xA47959) is known color: Medium Wood. HEX triplet: A4, 79 and 59. RGB value is (164,121,89). Sum of RGB (Red+Green+Blue) = 164+121+89=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A47959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47959 is #5B86A6. Grayscale: #828282. Windows color (decimal): -5998247 or 5863844. OLE color: 5863844.

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

Color convert

RGB 164 121 89 -
CMYK 0 0.26 0.46 0.36
HSL 25.6º 0.3% 0.5% -
HSV(B) 25.6º 0.46% 0.64% -
XYZ 23.95 22.29 12.49 -
YUV 130.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 164 121 89 0 0.26 0.46 0.36 25.6 0.3 0.5
Hex A4 79 59 0 1A 2E 24 1A 1E 32
Octal 244 171 131 0 32 56 44 32 36 62
Binary 10100100 1111001 1011001 0 11010 101110 100100 11010 11110 110010

Color Harmonies of #A47959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47959

Black with #A47959

Text Example


Text Example

White with #A47959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47959; }

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

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

background-color css

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

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

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

border-color css

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

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

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