Shades of Sante Fe #AF694C
Tints of Sante Fe #AF694C
RGB
CMYK
RGB Variations
Color information
#AF694C (or 0xAF694C) is known color: Sante Fe. HEX triplet: AF, 69 and 4C. RGB value is (175,105,76). Sum of RGB (Red+Green+Blue) = 175+105+76=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF694C is #5096B3. Grayscale: #7A7A7A. Windows color (decimal): -5281460 or 5007791. OLE color: 5007791.
HSL color Cylindrical-coordinate representation of color #AF694C: hue angle of 17.58º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF694C is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 76 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.31 |
| HSL | 17.58º | 0.39% | 0.49% | - |
| HSV(B) | 17.58º | 0.57% | 0.69% | - |
| XYZ | 24.04 | 19.74 | 9.38 | - |
| YUV | 122.62 | 101.69 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 76 | 0 | 0.40 | 0.57 | 0.31 | 17.58 | 0.39 | 0.49 |
| Hex | AF | 69 | 4C | 0 | 28 | 39 | 1F | 12 | 27 | 31 |
| Octal | 257 | 151 | 114 | 0 | 50 | 71 | 37 | 22 | 47 | 61 |
| Binary | 10101111 | 1101001 | 1001100 | 0 | 101000 | 111001 | 11111 | 10010 | 100111 | 110001 |
Color Harmonies of #AF694C
Complementary color
Monochromatic Colors of #AF694C
Black with #AF694C
Text Example
Text Example
White with #AF694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF694C; }
p { color: rgb(175,105,76); }
H1.HeaderClassName
{
color: #AF694C;
}
.AnyTagClassName
{
color: #AF694C;
}
</style>
background-color css
<style>
a { background-color: #AF694C; }
a { background-color: rgb(175,105,76); }
div.DivClassName
{
background-color: #AF694C;
}
.BgClassName
{
background-color: #AF694C;
}
</style>
border-color css
<style>
span { border-color: #AF694C; }
span { border-color: rgb(175,105,76); }
td.TdClassName
{
border-color: #AF694C;
}
.TagClassName
{
border-color: #AF694C;
}
</style>