#AF6658

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

Shades of Sante Fe #AF6658

Tints of Sante Fe #AF6658

Color information

#AF6658 (or 0xAF6658) is unknown color: approx Sante Fe. HEX triplet: AF, 66 and 58. RGB value is (175,102,88). Sum of RGB (Red+Green+Blue) = 175+102+88=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6658 is #5099A7. Grayscale: #7A7A7A. Windows color (decimal): -5282216 or 5793455. OLE color: 5793455.

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

Color convert

RGB17510288-
CMYK00.420.500.31
HSL9.66º35.22%51.57%-
HSV(B)9.66º49.71%68.63%-
XYZ24.1919.3211.69-
YUV122.23108.68165.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 88 (34.77% from 255) = 24.11%
R=47.95%
G=27.95%
B=24.11%

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
Decimal1751028800.420.500.319.6635.2251.57
HexAF665802A321Fa2334
Octal2571461300526237124364
Binary10101111110011010110000101010110010111111010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6658; }

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

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

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

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

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

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

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

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