Html Css Color HEX #A87858 Medium Wood

📋 copy color: '#A87858'

red 168 ◦ green 120 ◦ blue 88

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

Shades of Medium Wood #A87858

Tints of Medium Wood #A87858

RGB

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

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

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

R = 44.68%
G = 31.91%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A87858 (or 0xA87858) is known color: Medium Wood. HEX triplet: A8, 78 and 58. RGB value is (168,120,88). Sum of RGB (Red+Green+Blue) = 168+120+88=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A87858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87858 is #5787A7. Grayscale: #828282. Windows color (decimal): -5736360 or 5798056. OLE color: 5798056.

HSL color Cylindrical-coordinate representation of color #A87858: hue angle of 24º 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 #A87858 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 120 88 -
CMYK 0 0.29 0.48 0.34
HSL 24º 0.31% 0.5% -
HSV(B) 24º 0.48% 0.66% -
XYZ 24.63 22.46 12.27 -
YUV 130.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 168 120 88 0 0.29 0.48 0.34 24 0.31 0.5
Hex A8 78 58 0 1D 30 22 18 1F 32
Octal 250 170 130 0 35 60 42 30 37 62
Binary 10101000 1111000 1011000 0 11101 110000 100010 11000 11111 110010

Color Harmonies of #A87858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87858

Black with #A87858

Text Example


Text Example

White with #A87858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87858; }

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

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

background-color css

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

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

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

border-color css

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

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

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