Html Css Color HEX #AB7D61 Medium Wood

📋 copy color: '#AB7D61'

red 171 ◦ green 125 ◦ blue 97

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

Shades of Medium Wood #AB7D61

Tints of Medium Wood #AB7D61

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.81%

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

R = 43.51%
G = 31.81%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB7D61 (or 0xAB7D61) is known color: Medium Wood. HEX triplet: AB, 7D and 61. RGB value is (171,125,97). Sum of RGB (Red+Green+Blue) = 171+125+97=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D61 is #54829E. Grayscale: #878787. Windows color (decimal): -5538463 or 6389163. OLE color: 6389163.

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

Color convert

RGB 171 125 97 -
CMYK 0 0.27 0.43 0.33
HSL 22.7º 0.31% 0.53% -
HSV(B) 22.7º 0.43% 0.67% -
XYZ 26.29 24.19 14.59 -
YUV 135.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 171 125 97 0 0.27 0.43 0.33 22.7 0.31 0.53
Hex AB 7D 61 0 1B 2B 21 17 1F 35
Octal 253 175 141 0 33 53 41 27 37 65
Binary 10101011 1111101 1100001 0 11011 101011 100001 10111 11111 110101

Color Harmonies of #AB7D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D61

Black with #AB7D61

Text Example


Text Example

White with #AB7D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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