Shades of Sante Fe #AF654C
Tints of Sante Fe #AF654C
RGB
CMYK
RGB Variations
Color information
#AF654C (or 0xAF654C) is known color: Sante Fe. HEX triplet: AF, 65 and 4C. RGB value is (175,101,76). Sum of RGB (Red+Green+Blue) = 175+101+76=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF654C is #509AB3. Grayscale: #787878. Windows color (decimal): -5282484 or 5006767. OLE color: 5006767.
HSL color Cylindrical-coordinate representation of color #AF654C: hue angle of 15.15º 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 #AF654C is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 76 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.31 |
| HSL | 15.15º | 0.39% | 0.49% | - |
| HSV(B) | 15.15º | 0.57% | 0.69% | - |
| XYZ | 23.64 | 18.94 | 9.25 | - |
| YUV | 120.28 | 103.02 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 76 | 0 | 0.42 | 0.57 | 0.31 | 15.15 | 0.39 | 0.49 |
| Hex | AF | 65 | 4C | 0 | 2A | 39 | 1F | F | 27 | 31 |
| Octal | 257 | 145 | 114 | 0 | 52 | 71 | 37 | 17 | 47 | 61 |
| Binary | 10101111 | 1100101 | 1001100 | 0 | 101010 | 111001 | 11111 | 1111 | 100111 | 110001 |
Color Harmonies of #AF654C
Complementary color
Monochromatic Colors of #AF654C
Black with #AF654C
Text Example
Text Example
White with #AF654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF654C; }
p { color: rgb(175,101,76); }
H1.HeaderClassName
{
color: #AF654C;
}
.AnyTagClassName
{
color: #AF654C;
}
</style>
background-color css
<style>
a { background-color: #AF654C; }
a { background-color: rgb(175,101,76); }
div.DivClassName
{
background-color: #AF654C;
}
.BgClassName
{
background-color: #AF654C;
}
</style>
border-color css
<style>
span { border-color: #AF654C; }
span { border-color: rgb(175,101,76); }
td.TdClassName
{
border-color: #AF654C;
}
.TagClassName
{
border-color: #AF654C;
}
</style>