Html Css Color HEX #AB8260 Medium Wood

📋 copy color: '#AB8260'

red 171 ◦ green 130 ◦ blue 96

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

Shades of Medium Wood #AB8260

Tints of Medium Wood #AB8260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

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

R = 43.07%
G = 32.75%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB8260 (or 0xAB8260) is known color: Medium Wood. HEX triplet: AB, 82 and 60. RGB value is (171,130,96). Sum of RGB (Red+Green+Blue) = 171+130+96=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8260 is #547D9F. Grayscale: #8A8A8A. Windows color (decimal): -5537184 or 6324907. OLE color: 6324907.

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

Color convert

RGB 171 130 96 -
CMYK 0 0.24 0.44 0.33
HSL 27.2º 0.31% 0.52% -
HSV(B) 27.2º 0.44% 0.67% -
XYZ 26.89 25.47 14.56 -
YUV 138.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 171 130 96 0 0.24 0.44 0.33 27.2 0.31 0.52
Hex AB 82 60 0 18 2C 21 1B 1F 34
Octal 253 202 140 0 30 54 41 33 37 64
Binary 10101011 10000010 1100000 0 11000 101100 100001 11011 11111 110100

Color Harmonies of #AB8260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8260

Black with #AB8260

Text Example


Text Example

White with #AB8260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8260; }

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

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

background-color css

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

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

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

border-color css

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

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

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