#AF684F

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

Shades of Sante Fe #AF684F

Tints of Sante Fe #AF684F

Color information

#AF684F (or 0xAF684F) is unknown color: approx Sante Fe. HEX triplet: AF, 68 and 4F. RGB value is (175,104,79). Sum of RGB (Red+Green+Blue) = 175+104+79=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF684F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF684F is #5097B0. Grayscale: #7A7A7A. Windows color (decimal): -5281713 or 5204143. OLE color: 5204143.

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

Color convert

RGB17510479-
CMYK00.410.550.31
HSL15.62º37.8%49.8%-
HSV(B)15.62º54.86%68.63%-
XYZ24.0419.589.91-
YUV122.38103.52165.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 79 (31.25% from 255) = 22.07%
R=48.88%
G=29.05%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751047900.410.550.3115.6237.849.8
HexAF684F029371F102632
Octal2571501170516737204662
Binary101011111101000100111101010011101111111110000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF684F; }

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

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

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

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

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

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

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

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