#AF7150

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

Shades of Sante Fe #AF7150

Tints of Sante Fe #AF7150

Color information

#AF7150 (or 0xAF7150) is unknown color: approx Sante Fe. HEX triplet: AF, 71 and 50. RGB value is (175,113,80). Sum of RGB (Red+Green+Blue) = 175+113+80=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7150 is #508EAF. Grayscale: #7F7F7F. Windows color (decimal): -5279408 or 5271983. OLE color: 5271983.

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

Color convert

RGB17511380-
CMYK00.350.540.31
HSL20.84º37.25%50%-
HSV(B)20.84º54.29%68.63%-
XYZ25.0321.510.42-
YUV127.78101.04161.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 80 (31.64% from 255) = 21.74%
R=47.55%
G=30.71%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751138000.350.540.3120.8437.2550
HexAF7150023361F152532
Octal2571611200436637254562
Binary101011111110001101000001000111101101111110101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7150; }

 p { color: rgb(175,113,80); }

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

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

 a { background-color: rgb(175,113,80); }

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

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

 span { border-color: rgb(175,113,80); }

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