#AE634C

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

Shades of Sante Fe #AE634C

Tints of Sante Fe #AE634C

Color information

#AE634C (or 0xAE634C) is unknown color: approx Sante Fe. HEX triplet: AE, 63 and 4C. RGB value is (174,99,76). Sum of RGB (Red+Green+Blue) = 174+99+76=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE634C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE634C is #519CB3. Grayscale: #767676. Windows color (decimal): -5348532 or 5006254. OLE color: 5006254.

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

Color convert

RGB1749976-
CMYK00.430.560.32
HSL14.08º39.2%49.02%-
HSV(B)14.08º56.32%68.24%-
XYZ23.2218.449.17-
YUV118.8103.85167.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 99 (39.06% from 255) = 28.37%
BLUE value IS 76 (30.08% from 255) = 21.78%
R=49.86%
G=28.37%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174997600.430.560.3214.0839.249.02
HexAE634C02B3820e2731
Octal2561431140537040164761
Binary101011101100011100110001010111110001000001110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE634C; }

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

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

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

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

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

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

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

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