Html Css Color HEX #AB875F Medium Wood

📋 copy color: '#AB875F'

red 171 ◦ green 135 ◦ blue 95

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

Shades of Medium Wood #AB875F

Tints of Medium Wood #AB875F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.69%

R = 42.64%
G = 33.67%
B = 23.69%

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

#AB875F (or 0xAB875F) is known color: Medium Wood. HEX triplet: AB, 87 and 5F. RGB value is (171,135,95). Sum of RGB (Red+Green+Blue) = 171+135+95=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB875F is #5478A0. Grayscale: #8D8D8D. Windows color (decimal): -5535905 or 6260651. OLE color: 6260651.

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

Color convert

RGB 171 135 95 -
CMYK 0 0.21 0.44 0.33
HSL 31.58º 0.31% 0.52% -
HSV(B) 31.58º 0.44% 0.67% -
XYZ 27.52 26.81 14.55 -
YUV 141.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 171 135 95 0 0.21 0.44 0.33 31.58 0.31 0.52
Hex AB 87 5F 0 15 2C 21 20 1F 34
Octal 253 207 137 0 25 54 41 40 37 64
Binary 10101011 10000111 1011111 0 10101 101100 100001 100000 11111 110100

Color Harmonies of #AB875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB875F

Black with #AB875F

Text Example


Text Example

White with #AB875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB875F; }

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

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

background-color css

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

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

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

border-color css

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

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

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