#AE695A

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

Shades of Sante Fe #AE695A

Tints of Sante Fe #AE695A

Color information

#AE695A (or 0xAE695A) is unknown color: approx Sante Fe. HEX triplet: AE, 69 and 5A. RGB value is (174,105,90). Sum of RGB (Red+Green+Blue) = 174+105+90=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE695A is #5196A5. Grayscale: #7C7C7C. Windows color (decimal): -5346982 or 5925294. OLE color: 5925294.

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

Color convert

RGB17410590-
CMYK00.400.480.32
HSL10.71º34.15%51.76%-
HSV(B)10.71º48.28%68.24%-
XYZ24.3519.8412.22-
YUV123.92108.86163.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=47.15%
G=28.46%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741059000.400.480.3210.7134.1551.76
HexAE695A0283020b2234
Octal2561511320506040134264
Binary101011101101001101101001010001100001000001011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE695A; }

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

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

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

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

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

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

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

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