#AE6949

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

Shades of Sante Fe #AE6949

Tints of Sante Fe #AE6949

Color information

#AE6949 (or 0xAE6949) is unknown color: approx Sante Fe. HEX triplet: AE, 69 and 49. RGB value is (174,105,73). Sum of RGB (Red+Green+Blue) = 174+105+73=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6949 is #5196B6. Grayscale: #7A7A7A. Windows color (decimal): -5346999 or 4811182. OLE color: 4811182.

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

Color convert

RGB17410573-
CMYK00.400.580.32
HSL19.01º40.89%48.43%-
HSV(B)19.01º58.05%68.24%-
XYZ23.7119.588.83-
YUV121.98100.36165.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=49.43%
G=29.83%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741057300.400.580.3219.0140.8948.43
HexAE69490283A20132930
Octal2561511110507240235160
Binary1010111011010011001001010100011101010000010011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6949; }

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

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

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

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

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

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

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

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