Shades of Sante Fe #AF644C
Tints of Sante Fe #AF644C
RGB
CMYK
RGB Variations
Color information
#AF644C (or 0xAF644C) is known color: Sante Fe. HEX triplet: AF, 64 and 4C. RGB value is (175,100,76). Sum of RGB (Red+Green+Blue) = 175+100+76=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF644C is #509BB3. Grayscale: #777777. Windows color (decimal): -5282740 or 5006511. OLE color: 5006511.
HSL color Cylindrical-coordinate representation of color #AF644C: hue angle of 14.55º 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 #AF644C is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 76 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.31 |
| HSL | 14.55º | 0.39% | 0.49% | - |
| HSV(B) | 14.55º | 0.57% | 0.69% | - |
| XYZ | 23.54 | 18.75 | 9.22 | - |
| YUV | 119.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 76 | 0 | 0.43 | 0.57 | 0.31 | 14.55 | 0.39 | 0.49 |
| Hex | AF | 64 | 4C | 0 | 2B | 39 | 1F | F | 27 | 31 |
| Octal | 257 | 144 | 114 | 0 | 53 | 71 | 37 | 17 | 47 | 61 |
| Binary | 10101111 | 1100100 | 1001100 | 0 | 101011 | 111001 | 11111 | 1111 | 100111 | 110001 |
Color Harmonies of #AF644C
Complementary color
Monochromatic Colors of #AF644C
Black with #AF644C
Text Example
Text Example
White with #AF644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF644C; }
p { color: rgb(175,100,76); }
H1.HeaderClassName
{
color: #AF644C;
}
.AnyTagClassName
{
color: #AF644C;
}
</style>
background-color css
<style>
a { background-color: #AF644C; }
a { background-color: rgb(175,100,76); }
div.DivClassName
{
background-color: #AF644C;
}
.BgClassName
{
background-color: #AF644C;
}
</style>
border-color css
<style>
span { border-color: #AF644C; }
span { border-color: rgb(175,100,76); }
td.TdClassName
{
border-color: #AF644C;
}
.TagClassName
{
border-color: #AF644C;
}
</style>