Html Css Color HEX #A87D63 Medium Wood

📋 copy color: '#A87D63'

red 168 ◦ green 125 ◦ blue 99

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

Shades of Medium Wood #A87D63

Tints of Medium Wood #A87D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.26%

R = 42.86%
G = 31.89%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A87D63 (or 0xA87D63) is known color: Medium Wood. HEX triplet: A8, 7D and 63. RGB value is (168,125,99). Sum of RGB (Red+Green+Blue) = 168+125+99=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D63 is #57829C. Grayscale: #878787. Windows color (decimal): -5735069 or 6520232. OLE color: 6520232.

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

Color convert

RGB 168 125 99 -
CMYK 0 0.26 0.41 0.34
HSL 22.61º 0.28% 0.52% -
HSV(B) 22.61º 0.41% 0.66% -
XYZ 25.73 23.89 15.06 -
YUV 134.89 107.75 151.61 -
System Red Green Blue C M Y K H S L
Decimal 168 125 99 0 0.26 0.41 0.34 22.61 0.28 0.52
Hex A8 7D 63 0 1A 29 22 17 1C 34
Octal 250 175 143 0 32 51 42 27 34 64
Binary 10101000 1111101 1100011 0 11010 101001 100010 10111 11100 110100

Color Harmonies of #A87D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D63

Black with #A87D63

Text Example


Text Example

White with #A87D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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