#AF6354

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

Shades of Sante Fe #AF6354

Tints of Sante Fe #AF6354

Color information

#AF6354 (or 0xAF6354) is unknown color: approx Sante Fe. HEX triplet: AF, 63 and 54. RGB value is (175,99,84). Sum of RGB (Red+Green+Blue) = 175+99+84=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6354 is #509CAB. Grayscale: #787878. Windows color (decimal): -5282988 or 5530543. OLE color: 5530543.

HSL color Cylindrical-coordinate representation of color #AF6354: hue angle of 9.89º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF6354 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB1759984-
CMYK00.430.520.31
HSL9.89º36.25%50.78%-
HSV(B)9.89º52%68.63%-
XYZ23.7418.6810.74-
YUV120.01107.68167.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 84 (33.20% from 255) = 23.46%
R=48.88%
G=27.65%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175998400.430.520.319.8936.2550.78
HexAF635402B341Fa2433
Octal2571431240536437124463
Binary10101111110001110101000101011110100111111010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6354; }

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

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

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

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

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

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

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

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