#AF6351

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

Shades of Sante Fe #AF6351

Tints of Sante Fe #AF6351

Color information

#AF6351 (or 0xAF6351) is unknown color: approx Sante Fe. HEX triplet: AF, 63 and 51. RGB value is (175,99,81). Sum of RGB (Red+Green+Blue) = 175+99+81=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6351 is #509CAE. Grayscale: #777777. Windows color (decimal): -5282991 or 5333935. OLE color: 5333935.

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

Color convert

RGB1759981-
CMYK00.430.540.31
HSL11.49º37.01%50.2%-
HSV(B)11.49º53.71%68.63%-
XYZ23.6318.6310.14-
YUV119.67106.18167.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.30%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 81 (32.03% from 255) = 22.82%
R=49.30%
G=27.89%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175998100.430.540.3111.4937.0150.2
HexAF635102B361Fb2532
Octal2571431210536637134562
Binary10101111110001110100010101011110110111111011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6351; }

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

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

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

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

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

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

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

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