Shades of Sante Fe #AF754D
Tints of Sante Fe #AF754D
RGB
CMYK
RGB Variations
Color information
#AF754D (or 0xAF754D) is known color: Sante Fe. HEX triplet: AF, 75 and 4D. RGB value is (175,117,77). Sum of RGB (Red+Green+Blue) = 175+117+77=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF754D is #508AB2. Grayscale: #828282. Windows color (decimal): -5278387 or 5076399. OLE color: 5076399.
HSL color Cylindrical-coordinate representation of color #AF754D: hue angle of 24.49º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF754D is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 117 | 77 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.31 |
| HSL | 24.49º | 0.39% | 0.49% | - |
| HSV(B) | 24.49º | 0.56% | 0.69% | - |
| XYZ | 25.38 | 22.37 | 10 | - |
| YUV | 129.78 | 98.22 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 77 | 0 | 0.33 | 0.56 | 0.31 | 24.49 | 0.39 | 0.49 |
| Hex | AF | 75 | 4D | 0 | 21 | 38 | 1F | 18 | 27 | 31 |
| Octal | 257 | 165 | 115 | 0 | 41 | 70 | 37 | 30 | 47 | 61 |
| Binary | 10101111 | 1110101 | 1001101 | 0 | 100001 | 111000 | 11111 | 11000 | 100111 | 110001 |
Color Harmonies of #AF754D
Complementary color
Monochromatic Colors of #AF754D
Black with #AF754D
Text Example
Text Example
White with #AF754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF754D; }
p { color: rgb(175,117,77); }
H1.HeaderClassName
{
color: #AF754D;
}
.AnyTagClassName
{
color: #AF754D;
}
</style>
background-color css
<style>
a { background-color: #AF754D; }
a { background-color: rgb(175,117,77); }
div.DivClassName
{
background-color: #AF754D;
}
.BgClassName
{
background-color: #AF754D;
}
</style>
border-color css
<style>
span { border-color: #AF754D; }
span { border-color: rgb(175,117,77); }
td.TdClassName
{
border-color: #AF754D;
}
.TagClassName
{
border-color: #AF754D;
}
</style>