#AE674E

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

Shades of Sante Fe #AE674E

Tints of Sante Fe #AE674E

Color information

#AE674E (or 0xAE674E) is unknown color: approx Sante Fe. HEX triplet: AE, 67 and 4E. RGB value is (174,103,78). Sum of RGB (Red+Green+Blue) = 174+103+78=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE674E is #5198B1. Grayscale: #797979. Windows color (decimal): -5347506 or 5138350. OLE color: 5138350.

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

Color convert

RGB17410378-
CMYK00.410.550.32
HSL15.62º38.1%49.41%-
HSV(B)15.62º55.17%68.24%-
XYZ23.6819.259.68-
YUV121.38103.52165.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=49.01%
G=29.01%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741037800.410.550.3215.6238.149.41
HexAE674E0293720102631
Octal2561471160516740204661
Binary1010111011001111001110010100111011110000010000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE674E; }

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

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

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

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

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

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

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

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