#AF6353

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

Shades of Sante Fe #AF6353

Tints of Sante Fe #AF6353

Color information

#AF6353 (or 0xAF6353) is unknown color: approx Sante Fe. HEX triplet: AF, 63 and 53. RGB value is (175,99,83). Sum of RGB (Red+Green+Blue) = 175+99+83=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6353 is #509CAC. Grayscale: #787878. Windows color (decimal): -5282989 or 5465007. OLE color: 5465007.

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

Color convert

RGB1759983-
CMYK00.430.530.31
HSL10.43º36.51%50.59%-
HSV(B)10.43º52.57%68.63%-
XYZ23.718.6610.54-
YUV119.9107.18167.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 83 (32.81% from 255) = 23.25%
R=49.02%
G=27.73%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175998300.430.530.3110.4336.5150.59
HexAF635302B351Fa2533
Octal2571431230536537124563
Binary10101111110001110100110101011110101111111010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6353; }

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

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

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

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

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

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

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

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