#AF6558

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

Shades of Sante Fe #AF6558

Tints of Sante Fe #AF6558

Color information

#AF6558 (or 0xAF6558) is unknown color: approx Sante Fe. HEX triplet: AF, 65 and 58. RGB value is (175,101,88). Sum of RGB (Red+Green+Blue) = 175+101+88=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6558 is #509AA7. Grayscale: #797979. Windows color (decimal): -5282472 or 5793199. OLE color: 5793199.

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

Color convert

RGB17510188-
CMYK00.420.500.31
HSL8.97º35.22%51.57%-
HSV(B)8.97º49.71%68.63%-
XYZ24.0919.1311.65-
YUV121.64109.02166.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.08%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 88 (34.77% from 255) = 24.18%
R=48.08%
G=27.75%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751018800.420.500.318.9735.2251.57
HexAF655802A321F92334
Octal2571451300526237114364
Binary10101111110010110110000101010110010111111001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6558; }

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

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

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

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

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

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

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

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