Html Css Color HEX #A87F64 Medium Wood

📋 copy color: '#A87F64'

red 168 ◦ green 127 ◦ blue 100

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

Shades of Medium Wood #A87F64

Tints of Medium Wood #A87F64

RGB

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

 GREEN value IS 127 (50% from 255) = 32.15%

 BLUE value IS 100 (39.45% from 255) = 25.32%

R = 42.53%
G = 32.15%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A87F64 (or 0xA87F64) is known color: Medium Wood. HEX triplet: A8, 7F and 64. RGB value is (168,127,100). Sum of RGB (Red+Green+Blue) = 168+127+100=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87F64 is #57809B. Grayscale: #888888. Windows color (decimal): -5734556 or 6586280. OLE color: 6586280.

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

Color convert

RGB 168 127 100 -
CMYK 0 0.24 0.40 0.34
HSL 23.82º 0.28% 0.53% -
HSV(B) 23.82º 0.4% 0.66% -
XYZ 26.04 24.42 15.4 -
YUV 136.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 168 127 100 0 0.24 0.40 0.34 23.82 0.28 0.53
Hex A8 7F 64 0 18 28 22 18 1C 35
Octal 250 177 144 0 30 50 42 30 34 65
Binary 10101000 1111111 1100100 0 11000 101000 100010 11000 11100 110101

Color Harmonies of #A87F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87F64

Black with #A87F64

Text Example


Text Example

White with #A87F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87F64; }

 p { color: rgb(168,127,100); }

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

background-color css

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

 a { background-color: rgb(168,127,100); }

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

border-color css

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

 span { border-color: rgb(168,127,100); }

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