#AE6651

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

Shades of Sante Fe #AE6651

Tints of Sante Fe #AE6651

Color information

#AE6651 (or 0xAE6651) is unknown color: approx Sante Fe. HEX triplet: AE, 66 and 51. RGB value is (174,102,81). Sum of RGB (Red+Green+Blue) = 174+102+81=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6651 is #5199AE. Grayscale: #797979. Windows color (decimal): -5347759 or 5334702. OLE color: 5334702.

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

Color convert

RGB17410281-
CMYK00.410.530.32
HSL13.55º36.47%50%-
HSV(B)13.55º53.45%68.24%-
XYZ23.6919.110.22-
YUV121.13105.35165.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 81 (32.03% from 255) = 22.69%
R=48.74%
G=28.57%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741028100.410.530.3213.5536.4750
HexAE66510293520e2432
Octal2561461210516540164462
Binary101011101100110101000101010011101011000001110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6651; }

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

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

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

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

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

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

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

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