Html Css Color HEX #A87E58 Medium Wood

📋 copy color: '#A87E58'

red 168 ◦ green 126 ◦ blue 88

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

Shades of Medium Wood #A87E58

Tints of Medium Wood #A87E58

RGB

 RED value IS 168 (66.02% from 255) = 43.98%

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

 BLUE value IS 88 (34.77% from 255) = 23.04%

R = 43.98%
G = 32.98%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A87E58 (or 0xA87E58) is known color: Medium Wood. HEX triplet: A8, 7E and 58. RGB value is (168,126,88). Sum of RGB (Red+Green+Blue) = 168+126+88=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87E58 is #5781A7. Grayscale: #868686. Windows color (decimal): -5734824 or 5799592. OLE color: 5799592.

HSL color Cylindrical-coordinate representation of color #A87E58: hue angle of 28.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A87E58 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 126 88 -
CMYK 0 0.25 0.48 0.34
HSL 28.5º 0.31% 0.5% -
HSV(B) 28.5º 0.48% 0.66% -
XYZ 25.37 23.95 12.52 -
YUV 134.23 101.91 152.09 -
System Red Green Blue C M Y K H S L
Decimal 168 126 88 0 0.25 0.48 0.34 28.5 0.31 0.5
Hex A8 7E 58 0 19 30 22 1C 1F 32
Octal 250 176 130 0 31 60 42 34 37 62
Binary 10101000 1111110 1011000 0 11001 110000 100010 11100 11111 110010

Color Harmonies of #A87E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87E58

Black with #A87E58

Text Example


Text Example

White with #A87E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87E58; }

 p { color: rgb(168,126,88); }

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

background-color css

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

 a { background-color: rgb(168,126,88); }

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

border-color css

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

 span { border-color: rgb(168,126,88); }

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