#A5694E

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

Shades of Sante Fe #A5694E

Tints of Sante Fe #A5694E

Color information

#A5694E (or 0xA5694E) is unknown color: approx Sante Fe. HEX triplet: A5, 69 and 4E. RGB value is (165,105,78). Sum of RGB (Red+Green+Blue) = 165+105+78=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A5694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5694E is #5A96B1. Grayscale: #787878. Windows color (decimal): -5936818 or 5138853. OLE color: 5138853.

HSL color Cylindrical-coordinate representation of color #A5694E: hue angle of 18.62º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5694E is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16510578-
CMYK00.360.530.35
HSL18.62º35.8%47.65%-
HSV(B)18.62º52.73%64.71%-
XYZ21.9418.659.65-
YUV119.86104.38160.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=47.41%
G=30.17%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651057800.360.530.3518.6235.847.65
HexA5694E0243523132430
Octal2451511160446543234460
Binary1010010111010011001110010010011010110001110011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5694E; }

 p { color: rgb(165,105,78); }

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

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

 a { background-color: rgb(165,105,78); }

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

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

 span { border-color: rgb(165,105,78); }

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