#AF7351

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

Shades of Sante Fe #AF7351

Tints of Sante Fe #AF7351

Color information

#AF7351 (or 0xAF7351) is unknown color: approx Sante Fe. HEX triplet: AF, 73 and 51. RGB value is (175,115,81). Sum of RGB (Red+Green+Blue) = 175+115+81=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7351 is #508CAE. Grayscale: #818181. Windows color (decimal): -5278895 or 5338031. OLE color: 5338031.

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

Color convert

RGB17511581-
CMYK00.340.540.31
HSL21.7º37.01%50.2%-
HSV(B)21.7º53.71%68.63%-
XYZ25.321.9710.69-
YUV129.06100.88160.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 81 (32.03% from 255) = 21.83%
R=47.17%
G=31.00%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751158100.340.540.3121.737.0150.2
HexAF7351022361F162532
Octal2571631210426637264562
Binary101011111110011101000101000101101101111110110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7351; }

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

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

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

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

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

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

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

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