#AE765A

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

Shades of Sante Fe #AE765A

Tints of Sante Fe #AE765A

Color information

#AE765A (or 0xAE765A) is unknown color: approx Sante Fe. HEX triplet: AE, 76 and 5A. RGB value is (174,118,90). Sum of RGB (Red+Green+Blue) = 174+118+90=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE765A is #5189A5. Grayscale: #838383. Windows color (decimal): -5343654 or 5928622. OLE color: 5928622.

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

Color convert

RGB17411890-
CMYK00.320.480.32
HSL20º34.15%51.76%-
HSV(B)20º48.28%68.24%-
XYZ25.7822.6912.69-
YUV131.55104.55158.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=45.55%
G=30.89%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741189000.320.480.322034.1551.76
HexAE765A0203020142234
Octal2561661320406040244264
Binary1010111011101101011010010000011000010000010100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE765A; }

 p { color: rgb(174,118,90); }

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

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

 a { background-color: rgb(174,118,90); }

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

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

 span { border-color: rgb(174,118,90); }

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