Html Css Color HEX #AB8560 Medium Wood

📋 copy color: '#AB8560'

red 171 ◦ green 133 ◦ blue 96

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

Shades of Medium Wood #AB8560

Tints of Medium Wood #AB8560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.25%

 BLUE value IS 96 (37.89% from 255) = 24%

R = 42.75%
G = 33.25%
B = 24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB8560 (or 0xAB8560) is known color: Medium Wood. HEX triplet: AB, 85 and 60. RGB value is (171,133,96). Sum of RGB (Red+Green+Blue) = 171+133+96=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8560 is #547A9F. Grayscale: #8C8C8C. Windows color (decimal): -5536416 or 6325675. OLE color: 6325675.

HSL color Cylindrical-coordinate representation of color #AB8560: hue angle of 29.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB8560 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 133 96 -
CMYK 0 0.22 0.44 0.33
HSL 29.6º 0.31% 0.52% -
HSV(B) 29.6º 0.44% 0.67% -
XYZ 27.29 26.28 14.7 -
YUV 140.14 103.09 150.01 -
System Red Green Blue C M Y K H S L
Decimal 171 133 96 0 0.22 0.44 0.33 29.6 0.31 0.52
Hex AB 85 60 0 16 2C 21 1E 1F 34
Octal 253 205 140 0 26 54 41 36 37 64
Binary 10101011 10000101 1100000 0 10110 101100 100001 11110 11111 110100

Color Harmonies of #AB8560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8560

Black with #AB8560

Text Example


Text Example

White with #AB8560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8560; }

 p { color: rgb(171,133,96); }

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

background-color css

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

 a { background-color: rgb(171,133,96); }

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

border-color css

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

 span { border-color: rgb(171,133,96); }

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