Html Css Color HEX #AB8561 Medium Wood

📋 copy color: '#AB8561'

red 171 ◦ green 133 ◦ blue 97

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

Shades of Medium Wood #AB8561

Tints of Medium Wood #AB8561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.19%

R = 42.64%
G = 33.17%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB8561 (or 0xAB8561) is known color: Medium Wood. HEX triplet: AB, 85 and 61. RGB value is (171,133,97). Sum of RGB (Red+Green+Blue) = 171+133+97=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8561 is #547A9E. Grayscale: #8C8C8C. Windows color (decimal): -5536415 or 6391211. OLE color: 6391211.

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

Color convert

RGB 171 133 97 -
CMYK 0 0.22 0.43 0.33
HSL 29.19º 0.31% 0.53% -
HSV(B) 29.19º 0.43% 0.67% -
XYZ 27.34 26.3 14.94 -
YUV 140.26 103.59 149.93 -
System Red Green Blue C M Y K H S L
Decimal 171 133 97 0 0.22 0.43 0.33 29.19 0.31 0.53
Hex AB 85 61 0 16 2B 21 1D 1F 35
Octal 253 205 141 0 26 53 41 35 37 65
Binary 10101011 10000101 1100001 0 10110 101011 100001 11101 11111 110101

Color Harmonies of #AB8561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8561

Black with #AB8561

Text Example


Text Example

White with #AB8561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8561; }

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

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

background-color css

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

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

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

border-color css

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

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

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