Shades of Medium Wood #AB775A
Tints of Medium Wood #AB775A
RGB
CMYK
RGB Variations
Color information
#AB775A (or 0xAB775A) is known color: Medium Wood. HEX triplet: AB, 77 and 5A. RGB value is (171,119,90). Sum of RGB (Red+Green+Blue) = 171+119+90=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB775A is #5488A5. Grayscale: #838383. Windows color (decimal): -5540006 or 5928875. OLE color: 5928875.
HSL color Cylindrical-coordinate representation of color #AB775A: hue angle of 21.48º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB775A is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 90 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.33 |
| HSL | 21.48º | 0.33% | 0.51% | - |
| HSV(B) | 21.48º | 0.47% | 0.67% | - |
| XYZ | 25.24 | 22.59 | 12.7 | - |
| YUV | 131.24 | 104.73 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 90 | 0 | 0.30 | 0.47 | 0.33 | 21.48 | 0.33 | 0.51 |
| Hex | AB | 77 | 5A | 0 | 1E | 2F | 21 | 15 | 21 | 33 |
| Octal | 253 | 167 | 132 | 0 | 36 | 57 | 41 | 25 | 41 | 63 |
| Binary | 10101011 | 1110111 | 1011010 | 0 | 11110 | 101111 | 100001 | 10101 | 100001 | 110011 |
Color Harmonies of #AB775A
Complementary color
Monochromatic Colors of #AB775A
Black with #AB775A
Text Example
Text Example
White with #AB775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB775A; }
p { color: rgb(171,119,90); }
H1.HeaderClassName
{
color: #AB775A;
}
.AnyTagClassName
{
color: #AB775A;
}
</style>
background-color css
<style>
a { background-color: #AB775A; }
a { background-color: rgb(171,119,90); }
div.DivClassName
{
background-color: #AB775A;
}
.BgClassName
{
background-color: #AB775A;
}
</style>
border-color css
<style>
span { border-color: #AB775A; }
span { border-color: rgb(171,119,90); }
td.TdClassName
{
border-color: #AB775A;
}
.TagClassName
{
border-color: #AB775A;
}
</style>