Shades of Sante Fe #AF725A
Tints of Sante Fe #AF725A
RGB
CMYK
RGB Variations
Color information
#AF725A (or 0xAF725A) is known color: Sante Fe. HEX triplet: AF, 72 and 5A. RGB value is (175,114,90). Sum of RGB (Red+Green+Blue) = 175+114+90=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF725A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF725A is #508DA5. Grayscale: #818181. Windows color (decimal): -5279142 or 5927599. OLE color: 5927599.
HSL color Cylindrical-coordinate representation of color #AF725A: hue angle of 16.94º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF725A is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 90 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.31 |
| HSL | 16.94º | 0.35% | 0.52% | - |
| HSV(B) | 16.94º | 0.49% | 0.69% | - |
| XYZ | 25.54 | 21.89 | 12.55 | - |
| YUV | 129.5 | 105.71 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 90 | 0 | 0.35 | 0.49 | 0.31 | 16.94 | 0.35 | 0.52 |
| Hex | AF | 72 | 5A | 0 | 23 | 31 | 1F | 11 | 23 | 34 |
| Octal | 257 | 162 | 132 | 0 | 43 | 61 | 37 | 21 | 43 | 64 |
| Binary | 10101111 | 1110010 | 1011010 | 0 | 100011 | 110001 | 11111 | 10001 | 100011 | 110100 |
Color Harmonies of #AF725A
Complementary color
Monochromatic Colors of #AF725A
Black with #AF725A
Text Example
Text Example
White with #AF725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF725A; }
p { color: rgb(175,114,90); }
H1.HeaderClassName
{
color: #AF725A;
}
.AnyTagClassName
{
color: #AF725A;
}
</style>
background-color css
<style>
a { background-color: #AF725A; }
a { background-color: rgb(175,114,90); }
div.DivClassName
{
background-color: #AF725A;
}
.BgClassName
{
background-color: #AF725A;
}
</style>
border-color css
<style>
span { border-color: #AF725A; }
span { border-color: rgb(175,114,90); }
td.TdClassName
{
border-color: #AF725A;
}
.TagClassName
{
border-color: #AF725A;
}
</style>