#AE604D

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

Shades of Sante Fe #AE604D

Tints of Sante Fe #AE604D

Color information

#AE604D (or 0xAE604D) is unknown color: approx Sante Fe. HEX triplet: AE, 60 and 4D. RGB value is (174,96,77). Sum of RGB (Red+Green+Blue) = 174+96+77=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE604D is #519FB2. Grayscale: #757575. Windows color (decimal): -5349299 or 5071022. OLE color: 5071022.

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

Color convert

RGB1749677-
CMYK00.450.560.32
HSL11.75º38.65%49.22%-
HSV(B)11.75º55.75%68.24%-
XYZ22.9817.99.27-
YUV117.16105.34168.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 77 (30.47% from 255) = 22.19%
R=50.14%
G=27.67%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174967700.450.560.3211.7538.6549.22
HexAE604D02D3820c2731
Octal2561401150557040144761
Binary101011101100000100110101011011110001000001100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE604D; }

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

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

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

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

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

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

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

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