#AF7750

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

Shades of Sante Fe #AF7750

Tints of Sante Fe #AF7750

Color information

#AF7750 (or 0xAF7750) is unknown color: approx Sante Fe. HEX triplet: AF, 77 and 50. RGB value is (175,119,80). Sum of RGB (Red+Green+Blue) = 175+119+80=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7750 is #5088AF. Grayscale: #838383. Windows color (decimal): -5277872 or 5273519. OLE color: 5273519.

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

Color convert

RGB17511980-
CMYK00.320.540.31
HSL24.63º37.25%50%-
HSV(B)24.63º54.29%68.63%-
XYZ25.7222.8910.65-
YUV131.399.05159.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 80 (31.64% from 255) = 21.39%
R=46.79%
G=31.82%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751198000.320.540.3124.6337.2550
HexAF7750020361F192532
Octal2571671200406637314562
Binary101011111110111101000001000001101101111111001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7750; }

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

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

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

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

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

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

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

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