Html Css Color HEX #A87D65 Medium Wood

📋 copy color: '#A87D65'

red 168 ◦ green 125 ◦ blue 101

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

Shades of Medium Wood #A87D65

Tints of Medium Wood #A87D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.63%

R = 42.64%
G = 31.73%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A87D65 (or 0xA87D65) is known color: Medium Wood. HEX triplet: A8, 7D and 65. RGB value is (168,125,101). Sum of RGB (Red+Green+Blue) = 168+125+101=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D65 is #57829A. Grayscale: #878787. Windows color (decimal): -5735067 or 6651304. OLE color: 6651304.

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

Color convert

RGB 168 125 101 -
CMYK 0 0.26 0.40 0.34
HSL 21.49º 0.28% 0.53% -
HSV(B) 21.49º 0.4% 0.66% -
XYZ 25.83 23.93 15.57 -
YUV 135.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 168 125 101 0 0.26 0.40 0.34 21.49 0.28 0.53
Hex A8 7D 65 0 1A 28 22 15 1C 35
Octal 250 175 145 0 32 50 42 25 34 65
Binary 10101000 1111101 1100101 0 11010 101000 100010 10101 11100 110101

Color Harmonies of #A87D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D65

Black with #A87D65

Text Example


Text Example

White with #A87D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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