Shades of Sante Fe #AF745A
Tints of Sante Fe #AF745A
RGB
CMYK
RGB Variations
Color information
#AF745A (or 0xAF745A) is known color: Sante Fe. HEX triplet: AF, 74 and 5A. RGB value is (175,116,90). Sum of RGB (Red+Green+Blue) = 175+116+90=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF745A is #508BA5. Grayscale: #828282. Windows color (decimal): -5278630 or 5928111. OLE color: 5928111.
HSL color Cylindrical-coordinate representation of color #AF745A: hue angle of 18.35º 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 #AF745A is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 90 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.31 |
| HSL | 18.35º | 0.35% | 0.52% | - |
| HSV(B) | 18.35º | 0.49% | 0.69% | - |
| XYZ | 25.77 | 22.34 | 12.63 | - |
| YUV | 130.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 90 | 0 | 0.34 | 0.49 | 0.31 | 18.35 | 0.35 | 0.52 |
| Hex | AF | 74 | 5A | 0 | 22 | 31 | 1F | 12 | 23 | 34 |
| Octal | 257 | 164 | 132 | 0 | 42 | 61 | 37 | 22 | 43 | 64 |
| Binary | 10101111 | 1110100 | 1011010 | 0 | 100010 | 110001 | 11111 | 10010 | 100011 | 110100 |
Color Harmonies of #AF745A
Complementary color
Monochromatic Colors of #AF745A
Black with #AF745A
Text Example
Text Example
White with #AF745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF745A; }
p { color: rgb(175,116,90); }
H1.HeaderClassName
{
color: #AF745A;
}
.AnyTagClassName
{
color: #AF745A;
}
</style>
background-color css
<style>
a { background-color: #AF745A; }
a { background-color: rgb(175,116,90); }
div.DivClassName
{
background-color: #AF745A;
}
.BgClassName
{
background-color: #AF745A;
}
</style>
border-color css
<style>
span { border-color: #AF745A; }
span { border-color: rgb(175,116,90); }
td.TdClassName
{
border-color: #AF745A;
}
.TagClassName
{
border-color: #AF745A;
}
</style>