#AE604E

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

Shades of Sante Fe #AE604E

Tints of Sante Fe #AE604E

Color information

#AE604E (or 0xAE604E) is unknown color: approx Sante Fe. HEX triplet: AE, 60 and 4E. RGB value is (174,96,78). Sum of RGB (Red+Green+Blue) = 174+96+78=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE604E is #519FB1. Grayscale: #757575. Windows color (decimal): -5349298 or 5136558. OLE color: 5136558.

HSL color Cylindrical-coordinate representation of color #AE604E: hue angle of 11.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE604E is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1749678-
CMYK00.450.550.32
HSL11.25º38.1%49.41%-
HSV(B)11.25º55.17%68.24%-
XYZ23.0117.919.45-
YUV117.27105.84168.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=50%
G=27.59%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174967800.450.550.3211.2538.149.41
HexAE604E02D3720b2631
Octal2561401160556740134661
Binary101011101100000100111001011011101111000001011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE604E; }

 p { color: rgb(174,96,78); }

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

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

 a { background-color: rgb(174,96,78); }

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

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

 span { border-color: rgb(174,96,78); }

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