#AE6B57

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

Shades of Sante Fe #AE6B57

Tints of Sante Fe #AE6B57

Color information

#AE6B57 (or 0xAE6B57) is unknown color: approx Sante Fe. HEX triplet: AE, 6B and 57. RGB value is (174,107,87). Sum of RGB (Red+Green+Blue) = 174+107+87=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B57 is #5194A8. Grayscale: #7C7C7C. Windows color (decimal): -5346473 or 5729198. OLE color: 5729198.

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

Color convert

RGB17410787-
CMYK00.390.50.32
HSL13.79º34.94%51.18%-
HSV(B)13.79º50%68.24%-
XYZ24.4320.211.63-
YUV124.75106.7163.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 87 (34.38% from 255) = 23.64%
R=47.28%
G=29.08%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741078700.390.50.3213.7934.9451.18
HexAE6B570273220e2333
Octal2561531270476240164363
Binary101011101101011101011101001111100101000001110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6B57; }

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

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

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

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

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

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

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

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