Html Css Color HEX #AB8370 Medium Wood

📋 copy color: '#AB8370'

red 171 ◦ green 131 ◦ blue 112

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

Shades of Medium Wood #AB8370

Tints of Medium Wood #AB8370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.64%

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 41.3%
G = 31.64%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB8370 (or 0xAB8370) is known color: Medium Wood. HEX triplet: AB, 83 and 70. RGB value is (171,131,112). Sum of RGB (Red+Green+Blue) = 171+131+112=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8370 is #547C8F. Grayscale: #8C8C8C. Windows color (decimal): -5536912 or 7373739. OLE color: 7373739.

HSL color Cylindrical-coordinate representation of color #AB8370: hue angle of 19.32º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB8370 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 131 112 -
CMYK 0 0.23 0.35 0.33
HSL 19.32º 0.26% 0.55% -
HSV(B) 19.32º 0.35% 0.67% -
XYZ 27.84 26.06 18.89 -
YUV 140.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 171 131 112 0 0.23 0.35 0.33 19.32 0.26 0.55
Hex AB 83 70 0 17 23 21 13 1A 37
Octal 253 203 160 0 27 43 41 23 32 67
Binary 10101011 10000011 1110000 0 10111 100011 100001 10011 11010 110111

Color Harmonies of #AB8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8370

Black with #AB8370

Text Example


Text Example

White with #AB8370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8370; }

 p { color: rgb(171,131,112); }

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

background-color css

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

 a { background-color: rgb(171,131,112); }

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

border-color css

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

 span { border-color: rgb(171,131,112); }

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