Shades of Sante Fe #AF754F
Tints of Sante Fe #AF754F
RGB
CMYK
RGB Variations
Color information
#AF754F (or 0xAF754F) is known color: Sante Fe. HEX triplet: AF, 75 and 4F. RGB value is (175,117,79). Sum of RGB (Red+Green+Blue) = 175+117+79=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF754F is #508AB0. Grayscale: #828282. Windows color (decimal): -5278385 or 5207471. OLE color: 5207471.
HSL color Cylindrical-coordinate representation of color #AF754F: hue angle of 23.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF754F is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 117 | 79 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.31 |
| HSL | 23.75º | 0.38% | 0.5% | - |
| HSV(B) | 23.75º | 0.55% | 0.69% | - |
| XYZ | 25.45 | 22.4 | 10.38 | - |
| YUV | 130.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 79 | 0 | 0.33 | 0.55 | 0.31 | 23.75 | 0.38 | 0.5 |
| Hex | AF | 75 | 4F | 0 | 21 | 37 | 1F | 18 | 26 | 32 |
| Octal | 257 | 165 | 117 | 0 | 41 | 67 | 37 | 30 | 46 | 62 |
| Binary | 10101111 | 1110101 | 1001111 | 0 | 100001 | 110111 | 11111 | 11000 | 100110 | 110010 |
Color Harmonies of #AF754F
Complementary color
Monochromatic Colors of #AF754F
Black with #AF754F
Text Example
Text Example
White with #AF754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF754F; }
p { color: rgb(175,117,79); }
H1.HeaderClassName
{
color: #AF754F;
}
.AnyTagClassName
{
color: #AF754F;
}
</style>
background-color css
<style>
a { background-color: #AF754F; }
a { background-color: rgb(175,117,79); }
div.DivClassName
{
background-color: #AF754F;
}
.BgClassName
{
background-color: #AF754F;
}
</style>
border-color css
<style>
span { border-color: #AF754F; }
span { border-color: rgb(175,117,79); }
td.TdClassName
{
border-color: #AF754F;
}
.TagClassName
{
border-color: #AF754F;
}
</style>