Html Css Color HEX #A87A5E Medium Wood

📋 copy color: '#A87A5E'

red 168 ◦ green 122 ◦ blue 94

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

Shades of Medium Wood #A87A5E

Tints of Medium Wood #A87A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.77%

 BLUE value IS 94 (37.11% from 255) = 24.48%

R = 43.75%
G = 31.77%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A87A5E (or 0xA87A5E) is known color: Medium Wood. HEX triplet: A8, 7A and 5E. RGB value is (168,122,94). Sum of RGB (Red+Green+Blue) = 168+122+94=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87A5E is #5785A1. Grayscale: #848484. Windows color (decimal): -5735842 or 6191784. OLE color: 6191784.

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

Color convert

RGB 168 122 94 -
CMYK 0 0.27 0.44 0.34
HSL 22.7º 0.3% 0.51% -
HSV(B) 22.7º 0.44% 0.66% -
XYZ 25.13 23.05 13.71 -
YUV 132.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 168 122 94 0 0.27 0.44 0.34 22.7 0.3 0.51
Hex A8 7A 5E 0 1B 2C 22 17 1E 33
Octal 250 172 136 0 33 54 42 27 36 63
Binary 10101000 1111010 1011110 0 11011 101100 100010 10111 11110 110011

Color Harmonies of #A87A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87A5E

Black with #A87A5E

Text Example


Text Example

White with #A87A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87A5E; }

 p { color: rgb(168,122,94); }

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

background-color css

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

 a { background-color: rgb(168,122,94); }

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

border-color css

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

 span { border-color: rgb(168,122,94); }

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