Shades of Sante Fe #AF6A5A
Tints of Sante Fe #AF6A5A
RGB
CMYK
RGB Variations
Color information
#AF6A5A (or 0xAF6A5A) is known color: Sante Fe. HEX triplet: AF, 6A and 5A. RGB value is (175,106,90). Sum of RGB (Red+Green+Blue) = 175+106+90=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A5A is #5095A5. Grayscale: #7C7C7C. Windows color (decimal): -5281190 or 5925551. OLE color: 5925551.
HSL color Cylindrical-coordinate representation of color #AF6A5A: hue angle of 11.29º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF6A5A is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 90 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.31 |
| HSL | 11.29º | 0.35% | 0.52% | - |
| HSV(B) | 11.29º | 0.49% | 0.69% | - |
| XYZ | 24.68 | 20.16 | 12.26 | - |
| YUV | 124.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 90 | 0 | 0.39 | 0.49 | 0.31 | 11.29 | 0.35 | 0.52 |
| Hex | AF | 6A | 5A | 0 | 27 | 31 | 1F | B | 23 | 34 |
| Octal | 257 | 152 | 132 | 0 | 47 | 61 | 37 | 13 | 43 | 64 |
| Binary | 10101111 | 1101010 | 1011010 | 0 | 100111 | 110001 | 11111 | 1011 | 100011 | 110100 |
Color Harmonies of #AF6A5A
Complementary color
Monochromatic Colors of #AF6A5A
Black with #AF6A5A
Text Example
Text Example
White with #AF6A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A5A; }
p { color: rgb(175,106,90); }
H1.HeaderClassName
{
color: #AF6A5A;
}
.AnyTagClassName
{
color: #AF6A5A;
}
</style>
background-color css
<style>
a { background-color: #AF6A5A; }
a { background-color: rgb(175,106,90); }
div.DivClassName
{
background-color: #AF6A5A;
}
.BgClassName
{
background-color: #AF6A5A;
}
</style>
border-color css
<style>
span { border-color: #AF6A5A; }
span { border-color: rgb(175,106,90); }
td.TdClassName
{
border-color: #AF6A5A;
}
.TagClassName
{
border-color: #AF6A5A;
}
</style>