#AF6959

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

Shades of Sante Fe #AF6959

Tints of Sante Fe #AF6959

Color information

#AF6959 (or 0xAF6959) is unknown color: approx Sante Fe. HEX triplet: AF, 69 and 59. RGB value is (175,105,89). Sum of RGB (Red+Green+Blue) = 175+105+89=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6959 is #5096A6. Grayscale: #7C7C7C. Windows color (decimal): -5281447 or 5859759. OLE color: 5859759.

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

Color convert

RGB17510589-
CMYK00.400.490.31
HSL11.16º34.96%51.76%-
HSV(B)11.16º49.14%68.63%-
XYZ24.5319.9412.01-
YUV124.11108.19164.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 89 (35.16% from 255) = 24.12%
R=47.43%
G=28.46%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751058900.400.490.3111.1634.9651.76
HexAF6959028311Fb2334
Octal2571511310506137134364
Binary10101111110100110110010101000110001111111011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6959; }

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

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

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

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

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

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

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

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