#a3694f

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

Shades of Sante Fe #A3694F

Tints of Sante Fe #A3694F

Color information

#A3694F (or 0xA3694F) is unknown color: approx Sante Fe. HEX triplet: A3, 69 and 4F. RGB value is (163,105,79). Sum of RGB (Red+Green+Blue) = 163+105+79=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A3694F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3694F is #5C96B0. Grayscale: #777777. Windows color (decimal): -6067889 or 5204387. OLE color: 5204387.

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

Color convert

RGB16310579-
CMYK00.360.520.36
HSL18.57º34.71%47.45%-
HSV(B)18.57º51.53%63.92%-
XYZ21.5718.459.82-
YUV119.38105.22159.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=46.97%
G=30.26%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631057900.360.520.3618.5734.7147.45
HexA3694F024342413232f
Octal2431511170446444234357
Binary1010001111010011001111010010011010010010010011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3694f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3694f; }

 p { color: rgb(163,105,79); }

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

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

 a { background-color: rgb(163,105,79); }

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

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

 span { border-color: rgb(163,105,79); }

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