Shades of Sante Fe #AF6B49
Tints of Sante Fe #AF6B49
RGB
CMYK
RGB Variations
Color information
#AF6B49 (or 0xAF6B49) is known color: Sante Fe. HEX triplet: AF, 6B and 49. RGB value is (175,107,73). Sum of RGB (Red+Green+Blue) = 175+107+73=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6B49 is #5094B6. Grayscale: #7B7B7B. Windows color (decimal): -5280951 or 4811695. OLE color: 4811695.
HSL color Cylindrical-coordinate representation of color #AF6B49: hue angle of 20º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF6B49 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 73 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.31 |
| HSL | 20º | 0.41% | 0.49% | - |
| HSV(B) | 20º | 0.58% | 0.69% | - |
| XYZ | 24.14 | 20.11 | 8.91 | - |
| YUV | 123.46 | 99.53 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 73 | 0 | 0.39 | 0.58 | 0.31 | 20 | 0.41 | 0.49 |
| Hex | AF | 6B | 49 | 0 | 27 | 3A | 1F | 14 | 29 | 31 |
| Octal | 257 | 153 | 111 | 0 | 47 | 72 | 37 | 24 | 51 | 61 |
| Binary | 10101111 | 1101011 | 1001001 | 0 | 100111 | 111010 | 11111 | 10100 | 101001 | 110001 |
Color Harmonies of #AF6B49
Complementary color
Monochromatic Colors of #AF6B49
Black with #AF6B49
Text Example
Text Example
White with #AF6B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6B49; }
p { color: rgb(175,107,73); }
H1.HeaderClassName
{
color: #AF6B49;
}
.AnyTagClassName
{
color: #AF6B49;
}
</style>
background-color css
<style>
a { background-color: #AF6B49; }
a { background-color: rgb(175,107,73); }
div.DivClassName
{
background-color: #AF6B49;
}
.BgClassName
{
background-color: #AF6B49;
}
</style>
border-color css
<style>
span { border-color: #AF6B49; }
span { border-color: rgb(175,107,73); }
td.TdClassName
{
border-color: #AF6B49;
}
.TagClassName
{
border-color: #AF6B49;
}
</style>