#AE6256

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

Shades of Sante Fe #AE6256

Tints of Sante Fe #AE6256

Color information

#AE6256 (or 0xAE6256) is unknown color: approx Sante Fe. HEX triplet: AE, 62 and 56. RGB value is (174,98,86). Sum of RGB (Red+Green+Blue) = 174+98+86=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6256 is #519DA9. Grayscale: #777777. Windows color (decimal): -5348778 or 5661358. OLE color: 5661358.

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

Color convert

RGB1749886-
CMYK00.440.510.32
HSL8.18º35.2%50.98%-
HSV(B)8.18º50.57%68.24%-
XYZ23.518.4111.12-
YUV119.36109.18166.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.60%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 86 (33.98% from 255) = 24.02%
R=48.60%
G=27.37%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174988600.440.510.328.1835.250.98
HexAE625602C332082333
Octal2561421260546340104363
Binary101011101100010101011001011001100111000001000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6256; }

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

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

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

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

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

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

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

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