#AE6950

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

Shades of Sante Fe #AE6950

Tints of Sante Fe #AE6950

Color information

#AE6950 (or 0xAE6950) is unknown color: approx Sante Fe. HEX triplet: AE, 69 and 50. RGB value is (174,105,80). Sum of RGB (Red+Green+Blue) = 174+105+80=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6950 is #5196AF. Grayscale: #7A7A7A. Windows color (decimal): -5346992 or 5269934. OLE color: 5269934.

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

Color convert

RGB17410580-
CMYK00.400.540.32
HSL15.96º37.01%49.8%-
HSV(B)15.96º54.02%68.24%-
XYZ23.9619.6810.13-
YUV122.78103.86164.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.47%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=48.47%
G=29.25%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741058000.400.540.3215.9637.0149.8
HexAE69500283620102532
Octal2561511200506640204562
Binary1010111011010011010000010100011011010000010000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6950; }

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

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

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

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

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

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

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

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