#AF7457

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

Shades of Sante Fe #AF7457

Tints of Sante Fe #AF7457

Color information

#AF7457 (or 0xAF7457) is unknown color: approx Sante Fe. HEX triplet: AF, 74 and 57. RGB value is (175,116,87). Sum of RGB (Red+Green+Blue) = 175+116+87=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7457 is #508BA8. Grayscale: #828282. Windows color (decimal): -5278633 or 5731503. OLE color: 5731503.

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

Color convert

RGB17511687-
CMYK00.340.500.31
HSL19.77º35.48%51.37%-
HSV(B)19.77º50.29%68.63%-
XYZ25.6422.2911.97-
YUV130.34103.55159.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 87 (34.38% from 255) = 23.02%
R=46.30%
G=30.69%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751168700.340.500.3119.7735.4851.37
HexAF7457022321F142333
Octal2571641270426237244363
Binary101011111110100101011101000101100101111110100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7457; }

 p { color: rgb(175,116,87); }

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

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

 a { background-color: rgb(175,116,87); }

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

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

 span { border-color: rgb(175,116,87); }

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