#AE7953

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

Shades of Sante Fe #AE7953

Tints of Sante Fe #AE7953

Color information

#AE7953 (or 0xAE7953) is unknown color: approx Sante Fe. HEX triplet: AE, 79 and 53. RGB value is (174,121,83). Sum of RGB (Red+Green+Blue) = 174+121+83=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7953 is #5186AC. Grayscale: #848484. Windows color (decimal): -5342893 or 5470638. OLE color: 5470638.

HSL color Cylindrical-coordinate representation of color #AE7953: hue angle of 25.05º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE7953 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB17412183-
CMYK00.300.520.32
HSL25.05º35.97%50.39%-
HSV(B)25.05º52.3%68.24%-
XYZ25.8523.311.32-
YUV132.51100.06157.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 83 (32.81% from 255) = 21.96%
R=46.03%
G=32.01%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741218300.300.520.3225.0535.9750.39
HexAE795301E3420192432
Octal2561711230366440314462
Binary101011101111001101001101111011010010000011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7953; }

 p { color: rgb(174,121,83); }

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

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

 a { background-color: rgb(174,121,83); }

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

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

 span { border-color: rgb(174,121,83); }

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