#A0634E

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

Shades of Sante Fe #A0634E

Tints of Sante Fe #A0634E

Color information

#A0634E (or 0xA0634E) is unknown color: approx Sante Fe. HEX triplet: A0, 63 and 4E. RGB value is (160,99,78). Sum of RGB (Red+Green+Blue) = 160+99+78=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0634E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0634E is #5F9CB1. Grayscale: #727272. Windows color (decimal): -6266034 or 5137312. OLE color: 5137312.

HSL color Cylindrical-coordinate representation of color #A0634E: hue angle of 15.37º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0634E is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB1609978-
CMYK00.380.510.37
HSL15.37º34.45%46.67%-
HSV(B)15.37º51.25%62.75%-
XYZ20.3316.959.41-
YUV114.84107.21160.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.48%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=47.48%
G=29.38%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160997800.380.510.3715.3734.4546.67
HexA0634E0263325f222f
Octal2401431160466345174257
Binary101000001100011100111001001101100111001011111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0634E; }

 p { color: rgb(160,99,78); }

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

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

 a { background-color: rgb(160,99,78); }

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

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

 span { border-color: rgb(160,99,78); }

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