#AE6454

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

Shades of Sante Fe #AE6454

Tints of Sante Fe #AE6454

Color information

#AE6454 (or 0xAE6454) is unknown color: approx Sante Fe. HEX triplet: AE, 64 and 54. RGB value is (174,100,84). Sum of RGB (Red+Green+Blue) = 174+100+84=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6454 is #519BAB. Grayscale: #787878. Windows color (decimal): -5348268 or 5530798. OLE color: 5530798.

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

Color convert

RGB17410084-
CMYK00.430.520.32
HSL10.67º35.71%50.59%-
HSV(B)10.67º51.72%68.24%-
XYZ23.6118.7510.76-
YUV120.3107.52166.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.60%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 84 (33.20% from 255) = 23.46%
R=48.60%
G=27.93%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741008400.430.520.3210.6735.7150.59
HexAE645402B3420b2433
Octal2561441240536440134463
Binary101011101100100101010001010111101001000001011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6454; }

 p { color: rgb(174,100,84); }

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

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

 a { background-color: rgb(174,100,84); }

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

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

 span { border-color: rgb(174,100,84); }

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