Shades of Sante Fe #AF765A
Tints of Sante Fe #AF765A
RGB
CMYK
RGB Variations
Color information
#AF765A (or 0xAF765A) is known color: Sante Fe. HEX triplet: AF, 76 and 5A. RGB value is (175,118,90). Sum of RGB (Red+Green+Blue) = 175+118+90=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF765A is #5089A5. Grayscale: #848484. Windows color (decimal): -5278118 or 5928623. OLE color: 5928623.
HSL color Cylindrical-coordinate representation of color #AF765A: hue angle of 19.76º 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 #AF765A is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 90 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.31 |
| HSL | 19.76º | 0.35% | 0.52% | - |
| HSV(B) | 19.76º | 0.49% | 0.69% | - |
| XYZ | 26 | 22.81 | 12.7 | - |
| YUV | 131.85 | 104.38 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 90 | 0 | 0.33 | 0.49 | 0.31 | 19.76 | 0.35 | 0.52 |
| Hex | AF | 76 | 5A | 0 | 21 | 31 | 1F | 14 | 23 | 34 |
| Octal | 257 | 166 | 132 | 0 | 41 | 61 | 37 | 24 | 43 | 64 |
| Binary | 10101111 | 1110110 | 1011010 | 0 | 100001 | 110001 | 11111 | 10100 | 100011 | 110100 |
Color Harmonies of #AF765A
Complementary color
Monochromatic Colors of #AF765A
Black with #AF765A
Text Example
Text Example
White with #AF765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF765A; }
p { color: rgb(175,118,90); }
H1.HeaderClassName
{
color: #AF765A;
}
.AnyTagClassName
{
color: #AF765A;
}
</style>
background-color css
<style>
a { background-color: #AF765A; }
a { background-color: rgb(175,118,90); }
div.DivClassName
{
background-color: #AF765A;
}
.BgClassName
{
background-color: #AF765A;
}
</style>
border-color css
<style>
span { border-color: #AF765A; }
span { border-color: rgb(175,118,90); }
td.TdClassName
{
border-color: #AF765A;
}
.TagClassName
{
border-color: #AF765A;
}
</style>