#AE6957

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

Shades of Sante Fe #AE6957

Tints of Sante Fe #AE6957

Color information

#AE6957 (or 0xAE6957) is unknown color: approx Sante Fe. HEX triplet: AE, 69 and 57. RGB value is (174,105,87). Sum of RGB (Red+Green+Blue) = 174+105+87=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6957 is #5196A8. Grayscale: #7B7B7B. Windows color (decimal): -5346985 or 5728686. OLE color: 5728686.

HSL color Cylindrical-coordinate representation of color #AE6957: hue angle of 12.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE6957 is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB17410587-
CMYK00.400.50.32
HSL12.41º34.94%51.18%-
HSV(B)12.41º50%68.24%-
XYZ24.2319.7911.56-
YUV123.58107.36163.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 105 (41.41% from 255) = 28.69%
BLUE value IS 87 (34.38% from 255) = 23.77%
R=47.54%
G=28.69%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741058700.400.50.3212.4134.9451.18
HexAE69570283220c2333
Octal2561511270506240144363
Binary101011101101001101011101010001100101000001100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6957; }

 p { color: rgb(174,105,87); }

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

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

 a { background-color: rgb(174,105,87); }

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

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

 span { border-color: rgb(174,105,87); }

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