Html Css Color HEX #AB7856 Medium Wood

📋 copy color: '#AB7856'

red 171 ◦ green 120 ◦ blue 86

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

Shades of Medium Wood #AB7856

Tints of Medium Wood #AB7856

RGB

 RED value IS 171 (67.19% from 255) = 45.36%

 GREEN value IS 120 (47.27% from 255) = 31.83%

 BLUE value IS 86 (33.98% from 255) = 22.81%

R = 45.36%
G = 31.83%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB7856 (or 0xAB7856) is known color: Medium Wood. HEX triplet: AB, 78 and 56. RGB value is (171,120,86). Sum of RGB (Red+Green+Blue) = 171+120+86=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7856 is #5487A9. Grayscale: #838383. Windows color (decimal): -5539754 or 5666987. OLE color: 5666987.

HSL color Cylindrical-coordinate representation of color #AB7856: hue angle of 24º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB7856 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 120 86 -
CMYK 0 0.30 0.50 0.33
HSL 24º 0.34% 0.5% -
HSV(B) 24º 0.5% 0.67% -
XYZ 25.19 22.76 11.87 -
YUV 131.37 102.4 156.26 -
System Red Green Blue C M Y K H S L
Decimal 171 120 86 0 0.30 0.50 0.33 24 0.34 0.5
Hex AB 78 56 0 1E 32 21 18 22 32
Octal 253 170 126 0 36 62 41 30 42 62
Binary 10101011 1111000 1010110 0 11110 110010 100001 11000 100010 110010

Color Harmonies of #AB7856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7856

Black with #AB7856

Text Example


Text Example

White with #AB7856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7856; }

 p { color: rgb(171,120,86); }

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

background-color css

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

 a { background-color: rgb(171,120,86); }

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

border-color css

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

 span { border-color: rgb(171,120,86); }

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