Html Css Color HEX #AB7E61 Medium Wood

📋 copy color: '#AB7E61'

red 171 ◦ green 126 ◦ blue 97

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

Shades of Medium Wood #AB7E61

Tints of Medium Wood #AB7E61

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.98%

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

R = 43.4%
G = 31.98%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB7E61 (or 0xAB7E61) is known color: Medium Wood. HEX triplet: AB, 7E and 61. RGB value is (171,126,97). Sum of RGB (Red+Green+Blue) = 171+126+97=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E61 is #54819E. Grayscale: #888888. Windows color (decimal): -5538207 or 6389419. OLE color: 6389419.

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

Color convert

RGB 171 126 97 -
CMYK 0 0.26 0.43 0.33
HSL 23.51º 0.31% 0.53% -
HSV(B) 23.51º 0.43% 0.67% -
XYZ 26.41 24.44 14.64 -
YUV 136.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 171 126 97 0 0.26 0.43 0.33 23.51 0.31 0.53
Hex AB 7E 61 0 1A 2B 21 18 1F 35
Octal 253 176 141 0 32 53 41 30 37 65
Binary 10101011 1111110 1100001 0 11010 101011 100001 11000 11111 110101

Color Harmonies of #AB7E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7E61

Black with #AB7E61

Text Example


Text Example

White with #AB7E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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