#ae774f

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

Shades of Sante Fe #AE774F

Tints of Sante Fe #AE774F

Color information

#AE774F (or 0xAE774F) is unknown color: approx Sante Fe. HEX triplet: AE, 77 and 4F. RGB value is (174,119,79). Sum of RGB (Red+Green+Blue) = 174+119+79=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE774F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE774F is #5188B0. Grayscale: #838383. Windows color (decimal): -5343409 or 5207982. OLE color: 5207982.

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

Color convert

RGB17411979-
CMYK00.320.550.32
HSL25.26º37.55%49.61%-
HSV(B)25.26º54.6%68.24%-
XYZ25.4622.7610.45-
YUV130.8898.72158.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.77%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 79 (31.25% from 255) = 21.24%
R=46.77%
G=31.99%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741197900.320.550.3225.2637.5549.61
HexAE774F0203720192632
Octal2561671170406740314662
Binary1010111011101111001111010000011011110000011001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae774f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae774f; }

 p { color: rgb(174,119,79); }

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

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

 a { background-color: rgb(174,119,79); }

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

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

 span { border-color: rgb(174,119,79); }

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