Html Css Color HEX #AB8760 Medium Wood

📋 copy color: '#AB8760'

red 171 ◦ green 135 ◦ blue 96

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

Shades of Medium Wood #AB8760

Tints of Medium Wood #AB8760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.58%

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

R = 42.54%
G = 33.58%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB8760 (or 0xAB8760) is known color: Medium Wood. HEX triplet: AB, 87 and 60. RGB value is (171,135,96). Sum of RGB (Red+Green+Blue) = 171+135+96=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8760 is #54789F. Grayscale: #8D8D8D. Windows color (decimal): -5535904 or 6326187. OLE color: 6326187.

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

Color convert

RGB 171 135 96 -
CMYK 0 0.21 0.44 0.33
HSL 31.2º 0.31% 0.52% -
HSV(B) 31.2º 0.44% 0.67% -
XYZ 27.57 26.83 14.79 -
YUV 141.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 171 135 96 0 0.21 0.44 0.33 31.2 0.31 0.52
Hex AB 87 60 0 15 2C 21 1F 1F 34
Octal 253 207 140 0 25 54 41 37 37 64
Binary 10101011 10000111 1100000 0 10101 101100 100001 11111 11111 110100

Color Harmonies of #AB8760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8760

Black with #AB8760

Text Example


Text Example

White with #AB8760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8760; }

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

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

background-color css

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

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

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

border-color css

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

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

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