Html Css Color HEX #A87A5B Medium Wood

📋 copy color: '#A87A5B'

red 168 ◦ green 122 ◦ blue 91

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

Shades of Medium Wood #A87A5B

Tints of Medium Wood #A87A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.88%

R = 44.09%
G = 32.02%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A87A5B (or 0xA87A5B) is known color: Medium Wood. HEX triplet: A8, 7A and 5B. RGB value is (168,122,91). Sum of RGB (Red+Green+Blue) = 168+122+91=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87A5B is #5785A4. Grayscale: #848484. Windows color (decimal): -5735845 or 5995176. OLE color: 5995176.

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

Color convert

RGB 168 122 91 -
CMYK 0 0.27 0.46 0.34
HSL 24.16º 0.31% 0.51% -
HSV(B) 24.16º 0.46% 0.66% -
XYZ 25 23 13.02 -
YUV 132.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 168 122 91 0 0.27 0.46 0.34 24.16 0.31 0.51
Hex A8 7A 5B 0 1B 2E 22 18 1F 33
Octal 250 172 133 0 33 56 42 30 37 63
Binary 10101000 1111010 1011011 0 11011 101110 100010 11000 11111 110011

Color Harmonies of #A87A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87A5B

Black with #A87A5B

Text Example


Text Example

White with #A87A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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