#AE6356

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

Shades of Sante Fe #AE6356

Tints of Sante Fe #AE6356

Color information

#AE6356 (or 0xAE6356) is unknown color: approx Sante Fe. HEX triplet: AE, 63 and 56. RGB value is (174,99,86). Sum of RGB (Red+Green+Blue) = 174+99+86=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6356 is #519CA9. Grayscale: #787878. Windows color (decimal): -5348522 or 5661614. OLE color: 5661614.

HSL color Cylindrical-coordinate representation of color #AE6356: hue angle of 8.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE6356 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB1749986-
CMYK00.430.510.32
HSL8.86º35.2%50.98%-
HSV(B)8.86º50.57%68.24%-
XYZ23.618.5911.15-
YUV119.94108.85166.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.47%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=48.47%
G=27.58%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174998600.430.510.328.8635.250.98
HexAE635602B332092333
Octal2561431260536340114363
Binary101011101100011101011001010111100111000001001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6356; }

 p { color: rgb(174,99,86); }

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

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

 a { background-color: rgb(174,99,86); }

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

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

 span { border-color: rgb(174,99,86); }

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