Html Css Color HEX #AB8060 Medium Wood

📋 copy color: '#AB8060'

red 171 ◦ green 128 ◦ blue 96

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

Shades of Medium Wood #AB8060

Tints of Medium Wood #AB8060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

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

R = 43.29%
G = 32.41%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB8060 (or 0xAB8060) is known color: Medium Wood. HEX triplet: AB, 80 and 60. RGB value is (171,128,96). Sum of RGB (Red+Green+Blue) = 171+128+96=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8060 is #547F9F. Grayscale: #898989. Windows color (decimal): -5537696 or 6324395. OLE color: 6324395.

HSL color Cylindrical-coordinate representation of color #AB8060: hue angle of 25.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 #AB8060 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 128 96 -
CMYK 0 0.25 0.44 0.33
HSL 25.6º 0.31% 0.52% -
HSV(B) 25.6º 0.44% 0.67% -
XYZ 26.63 24.94 14.48 -
YUV 137.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 171 128 96 0 0.25 0.44 0.33 25.6 0.31 0.52
Hex AB 80 60 0 19 2C 21 1A 1F 34
Octal 253 200 140 0 31 54 41 32 37 64
Binary 10101011 10000000 1100000 0 11001 101100 100001 11010 11111 110100

Color Harmonies of #AB8060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8060

Black with #AB8060

Text Example


Text Example

White with #AB8060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8060; }

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

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

background-color css

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

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

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

border-color css

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

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

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