#AE6653

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

Shades of Sante Fe #AE6653

Tints of Sante Fe #AE6653

Color information

#AE6653 (or 0xAE6653) is unknown color: approx Sante Fe. HEX triplet: AE, 66 and 53. RGB value is (174,102,83). Sum of RGB (Red+Green+Blue) = 174+102+83=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6653 is #5199AC. Grayscale: #797979. Windows color (decimal): -5347757 or 5465774. OLE color: 5465774.

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

Color convert

RGB17410283-
CMYK00.410.520.32
HSL12.53º35.97%50.39%-
HSV(B)12.53º52.3%68.24%-
XYZ23.7719.1310.62-
YUV121.36106.35165.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.47%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 83 (32.81% from 255) = 23.12%
R=48.47%
G=28.41%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741028300.410.520.3212.5335.9750.39
HexAE66530293420d2432
Octal2561461230516440154462
Binary101011101100110101001101010011101001000001101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6653; }

 p { color: rgb(174,102,83); }

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

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

 a { background-color: rgb(174,102,83); }

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

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

 span { border-color: rgb(174,102,83); }

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