#AF6F59

Color #AF6F59 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #AF6F59

Tints of Sante Fe #AF6F59

Color information

#AF6F59 (or 0xAF6F59) is unknown color: approx Sante Fe. HEX triplet: AF, 6F and 59. RGB value is (175,111,89). Sum of RGB (Red+Green+Blue) = 175+111+89=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F59 is #5090A6. Grayscale: #7F7F7F. Windows color (decimal): -5279911 or 5861295. OLE color: 5861295.

HSL color Cylindrical-coordinate representation of color #AF6F59: hue angle of 15.35º 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 #AF6F59 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17511189-
CMYK00.370.490.31
HSL15.35º34.96%51.76%-
HSV(B)15.35º49.14%68.63%-
XYZ25.1721.212.22-
YUV127.63106.2161.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 89 (35.16% from 255) = 23.73%
R=46.67%
G=29.6%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751118900.370.490.3115.3534.9651.76
HexAF6F59025311Ff2334
Octal2571571310456137174364
Binary10101111110111110110010100101110001111111111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F59; }

 p { color: rgb(175,111,89); }

 H1.HeaderClassName
 {
   color: #AF6F59;
 }
 .AnyTagClassName
 {
   color: #AF6F59;
 }
</style>
background-color css

<style>
 a { background-color: #AF6F59; }

 a { background-color: rgb(175,111,89); }

 div.DivClassName
 {
   background-color: #AF6F59;
 }
 .BgClassName
 {
   background-color: #AF6F59;
 }
</style>
border-color css

<style>
 span { border-color: #AF6F59; }

 span { border-color: rgb(175,111,89); }

 td.TdClassName
 {
   border-color: #AF6F59;
 }
 .TagClassName
 {
   border-color: #AF6F59;
 }
</style>