#AE6954

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

Shades of Sante Fe #AE6954

Tints of Sante Fe #AE6954

Color information

#AE6954 (or 0xAE6954) is unknown color: approx Sante Fe. HEX triplet: AE, 69 and 54. RGB value is (174,105,84). Sum of RGB (Red+Green+Blue) = 174+105+84=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6954 is #5196AB. Grayscale: #7B7B7B. Windows color (decimal): -5346988 or 5532078. OLE color: 5532078.

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

Color convert

RGB17410584-
CMYK00.400.520.32
HSL14º35.71%50.59%-
HSV(B)14º51.72%68.24%-
XYZ24.1119.7410.93-
YUV123.24105.86164.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 84 (33.20% from 255) = 23.14%
R=47.93%
G=28.93%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741058400.400.520.321435.7150.59
HexAE69540283420e2433
Octal2561511240506440164463
Binary101011101101001101010001010001101001000001110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6954; }

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

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

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

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

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

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

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

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