#AE6156

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

Shades of Sante Fe #AE6156

Tints of Sante Fe #AE6156

Color information

#AE6156 (or 0xAE6156) is unknown color: approx Sante Fe. HEX triplet: AE, 61 and 56. RGB value is (174,97,86). Sum of RGB (Red+Green+Blue) = 174+97+86=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6156 is #519EA9. Grayscale: #767676. Windows color (decimal): -5349034 or 5661102. OLE color: 5661102.

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

Color convert

RGB1749786-
CMYK00.440.510.32
HSL7.5º35.2%50.98%-
HSV(B)7.5º50.57%68.24%-
XYZ23.4118.2211.09-
YUV118.77109.51167.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=48.74%
G=27.17%
B=24.09%

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
Decimal174978600.440.510.327.535.250.98
HexAE615602C332082333
Octal2561411260546340104363
Binary101011101100001101011001011001100111000001000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6156; }

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

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

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

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

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

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

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

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