#AF6858

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

Shades of Sante Fe #AF6858

Tints of Sante Fe #AF6858

Color information

#AF6858 (or 0xAF6858) is unknown color: approx Sante Fe. HEX triplet: AF, 68 and 58. RGB value is (175,104,88). Sum of RGB (Red+Green+Blue) = 175+104+88=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6858 is #5097A7. Grayscale: #7B7B7B. Windows color (decimal): -5281704 or 5793967. OLE color: 5793967.

HSL color Cylindrical-coordinate representation of color #AF6858: hue angle of 11.03º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6858 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17510488-
CMYK00.410.500.31
HSL11.03º35.22%51.57%-
HSV(B)11.03º49.71%68.63%-
XYZ24.3919.7211.75-
YUV123.4108.02164.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.68%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 88 (34.77% from 255) = 23.98%
R=47.68%
G=28.34%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751048800.410.500.3111.0335.2251.57
HexAF6858029321Fb2334
Octal2571501300516237134364
Binary10101111110100010110000101001110010111111011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6858; }

 p { color: rgb(175,104,88); }

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

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

 a { background-color: rgb(175,104,88); }

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

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

 span { border-color: rgb(175,104,88); }

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