#AE7754

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

Shades of Sante Fe #AE7754

Tints of Sante Fe #AE7754

Color information

#AE7754 (or 0xAE7754) is unknown color: approx Sante Fe. HEX triplet: AE, 77 and 54. RGB value is (174,119,84). Sum of RGB (Red+Green+Blue) = 174+119+84=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7754 is #5188AB. Grayscale: #838383. Windows color (decimal): -5343404 or 5535662. OLE color: 5535662.

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

Color convert

RGB17411984-
CMYK00.320.520.32
HSL23.33º35.71%50.59%-
HSV(B)23.33º51.72%68.24%-
XYZ25.6522.8311.44-
YUV131.45101.22158.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 84 (33.20% from 255) = 22.28%
R=46.15%
G=31.56%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741198400.320.520.3223.3335.7150.59
HexAE77540203420172433
Octal2561671240406440274463
Binary1010111011101111010100010000011010010000010111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7754; }

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

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

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

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

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

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

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

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