Html Css Color HEX #A87D62 Medium Wood

📋 copy color: '#A87D62'

red 168 ◦ green 125 ◦ blue 98

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

Shades of Medium Wood #A87D62

Tints of Medium Wood #A87D62

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.97%

 BLUE value IS 98 (38.67% from 255) = 25.06%

R = 42.97%
G = 31.97%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A87D62 (or 0xA87D62) is known color: Medium Wood. HEX triplet: A8, 7D and 62. RGB value is (168,125,98). Sum of RGB (Red+Green+Blue) = 168+125+98=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D62 is #57829D. Grayscale: #868686. Windows color (decimal): -5735070 or 6454696. OLE color: 6454696.

HSL color Cylindrical-coordinate representation of color #A87D62: hue angle of 23.14º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A87D62 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 125 98 -
CMYK 0 0.26 0.42 0.34
HSL 23.14º 0.29% 0.52% -
HSV(B) 23.14º 0.42% 0.66% -
XYZ 25.69 23.87 14.81 -
YUV 134.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 168 125 98 0 0.26 0.42 0.34 23.14 0.29 0.52
Hex A8 7D 62 0 1A 2A 22 17 1D 34
Octal 250 175 142 0 32 52 42 27 35 64
Binary 10101000 1111101 1100010 0 11010 101010 100010 10111 11101 110100

Color Harmonies of #A87D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D62

Black with #A87D62

Text Example


Text Example

White with #A87D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D62; }

 p { color: rgb(168,125,98); }

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

background-color css

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

 a { background-color: rgb(168,125,98); }

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

border-color css

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

 span { border-color: rgb(168,125,98); }

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