#AF6751

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

Shades of Sante Fe #AF6751

Tints of Sante Fe #AF6751

Color information

#AF6751 (or 0xAF6751) is unknown color: approx Sante Fe. HEX triplet: AF, 67 and 51. RGB value is (175,103,81). Sum of RGB (Red+Green+Blue) = 175+103+81=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6751 is #5098AE. Grayscale: #7A7A7A. Windows color (decimal): -5281967 or 5334959. OLE color: 5334959.

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

Color convert

RGB17510381-
CMYK00.410.540.31
HSL14.04º37.01%50.2%-
HSV(B)14.04º53.71%68.63%-
XYZ24.0119.4110.27-
YUV122.02104.85165.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 81 (32.03% from 255) = 22.56%
R=48.75%
G=28.69%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751038100.410.540.3114.0437.0150.2
HexAF6751029361Fe2532
Octal2571471210516637164562
Binary10101111110011110100010101001110110111111110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6751; }

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

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

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

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

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

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

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

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