#AF6357

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

Shades of Sante Fe #AF6357

Tints of Sante Fe #AF6357

Color information

#AF6357 (or 0xAF6357) is unknown color: approx Sante Fe. HEX triplet: AF, 63 and 57. RGB value is (175,99,87). Sum of RGB (Red+Green+Blue) = 175+99+87=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6357 is #509CA8. Grayscale: #787878. Windows color (decimal): -5282985 or 5727151. OLE color: 5727151.

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

Color convert

RGB1759987-
CMYK00.430.500.31
HSL8.18º35.48%51.37%-
HSV(B)8.18º50.29%68.63%-
XYZ23.8618.7311.37-
YUV120.36109.18166.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 87 (34.38% from 255) = 24.10%
R=48.48%
G=27.42%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175998700.430.500.318.1835.4851.37
HexAF635702B321F82333
Octal2571431270536237104363
Binary10101111110001110101110101011110010111111000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6357; }

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

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

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

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

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

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

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

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