Shades of Sante Fe #AF764D
Tints of Sante Fe #AF764D
RGB
CMYK
RGB Variations
Color information
#AF764D (or 0xAF764D) is known color: Sante Fe. HEX triplet: AF, 76 and 4D. RGB value is (175,118,77). Sum of RGB (Red+Green+Blue) = 175+118+77=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF764D is #5089B2. Grayscale: #828282. Windows color (decimal): -5278131 or 5076655. OLE color: 5076655.
HSL color Cylindrical-coordinate representation of color #AF764D: hue angle of 25.1º 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 #AF764D is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 77 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.31 |
| HSL | 25.1º | 0.39% | 0.49% | - |
| HSV(B) | 25.1º | 0.56% | 0.69% | - |
| XYZ | 25.5 | 22.61 | 10.04 | - |
| YUV | 130.37 | 97.88 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 77 | 0 | 0.33 | 0.56 | 0.31 | 25.1 | 0.39 | 0.49 |
| Hex | AF | 76 | 4D | 0 | 21 | 38 | 1F | 19 | 27 | 31 |
| Octal | 257 | 166 | 115 | 0 | 41 | 70 | 37 | 31 | 47 | 61 |
| Binary | 10101111 | 1110110 | 1001101 | 0 | 100001 | 111000 | 11111 | 11001 | 100111 | 110001 |
Color Harmonies of #AF764D
Complementary color
Monochromatic Colors of #AF764D
Black with #AF764D
Text Example
Text Example
White with #AF764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF764D; }
p { color: rgb(175,118,77); }
H1.HeaderClassName
{
color: #AF764D;
}
.AnyTagClassName
{
color: #AF764D;
}
</style>
background-color css
<style>
a { background-color: #AF764D; }
a { background-color: rgb(175,118,77); }
div.DivClassName
{
background-color: #AF764D;
}
.BgClassName
{
background-color: #AF764D;
}
</style>
border-color css
<style>
span { border-color: #AF764D; }
span { border-color: rgb(175,118,77); }
td.TdClassName
{
border-color: #AF764D;
}
.TagClassName
{
border-color: #AF764D;
}
</style>