Html Css Color HEX #A87E5A Medium Wood

📋 copy color: '#A87E5A'

red 168 ◦ green 126 ◦ blue 90

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

Shades of Medium Wood #A87E5A

Tints of Medium Wood #A87E5A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.81%

 BLUE value IS 90 (35.55% from 255) = 23.44%

R = 43.75%
G = 32.81%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A87E5A (or 0xA87E5A) is known color: Medium Wood. HEX triplet: A8, 7E and 5A. RGB value is (168,126,90). Sum of RGB (Red+Green+Blue) = 168+126+90=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87E5A is #5781A5. Grayscale: #868686. Windows color (decimal): -5734822 or 5930664. OLE color: 5930664.

HSL color Cylindrical-coordinate representation of color #A87E5A: hue angle of 27.69º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A87E5A is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 126 90 -
CMYK 0 0.25 0.46 0.34
HSL 27.69º 0.31% 0.51% -
HSV(B) 27.69º 0.46% 0.66% -
XYZ 25.45 23.98 12.96 -
YUV 134.45 102.91 151.93 -
System Red Green Blue C M Y K H S L
Decimal 168 126 90 0 0.25 0.46 0.34 27.69 0.31 0.51
Hex A8 7E 5A 0 19 2E 22 1C 1F 33
Octal 250 176 132 0 31 56 42 34 37 63
Binary 10101000 1111110 1011010 0 11001 101110 100010 11100 11111 110011

Color Harmonies of #A87E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87E5A

Black with #A87E5A

Text Example


Text Example

White with #A87E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87E5A; }

 p { color: rgb(168,126,90); }

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

background-color css

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

 a { background-color: rgb(168,126,90); }

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

border-color css

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

 span { border-color: rgb(168,126,90); }

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