#AE6B54

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

Shades of Sante Fe #AE6B54

Tints of Sante Fe #AE6B54

Color information

#AE6B54 (or 0xAE6B54) is unknown color: approx Sante Fe. HEX triplet: AE, 6B and 54. RGB value is (174,107,84). Sum of RGB (Red+Green+Blue) = 174+107+84=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B54 is #5194AB. Grayscale: #7C7C7C. Windows color (decimal): -5346476 or 5532590. OLE color: 5532590.

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

Color convert

RGB17410784-
CMYK00.390.520.32
HSL15.33º35.71%50.59%-
HSV(B)15.33º51.72%68.24%-
XYZ24.3120.1511-
YUV124.41105.2163.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 107 (42.19% from 255) = 29.32%
BLUE value IS 84 (33.20% from 255) = 23.01%
R=47.67%
G=29.32%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741078400.390.520.3215.3335.7150.59
HexAE6B540273420f2433
Octal2561531240476440174463
Binary101011101101011101010001001111101001000001111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6B54; }

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

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

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

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

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

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

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

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