#AE694B

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

Shades of Sante Fe #AE694B

Tints of Sante Fe #AE694B

Color information

#AE694B (or 0xAE694B) is unknown color: approx Sante Fe. HEX triplet: AE, 69 and 4B. RGB value is (174,105,75). Sum of RGB (Red+Green+Blue) = 174+105+75=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE694B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE694B is #5196B4. Grayscale: #7A7A7A. Windows color (decimal): -5346997 or 4942254. OLE color: 4942254.

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

Color convert

RGB17410575-
CMYK00.400.570.32
HSL18.18º39.76%48.82%-
HSV(B)18.18º56.9%68.24%-
XYZ23.7819.619.19-
YUV122.21101.36164.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=49.15%
G=29.66%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741057500.400.570.3218.1839.7648.82
HexAE694B0283920122831
Octal2561511130507140225061
Binary1010111011010011001011010100011100110000010010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE694B; }

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

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

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

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

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

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

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

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