#A37354

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

Shades of Sante Fe #A37354

Tints of Sante Fe #A37354

Color information

#A37354 (or 0xA37354) is unknown color: approx Sante Fe. HEX triplet: A3, 73 and 54. RGB value is (163,115,84). Sum of RGB (Red+Green+Blue) = 163+115+84=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A37354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37354 is #5C8CAB. Grayscale: #7D7D7D. Windows color (decimal): -6065324 or 5534627. OLE color: 5534627.

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

Color convert

RGB16311584-
CMYK00.290.480.36
HSL23.54º31.98%48.43%-
HSV(B)23.54º48.47%63.92%-
XYZ22.8420.6911.18-
YUV125.82104.4154.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 115 (45.31% from 255) = 31.77%
BLUE value IS 84 (33.20% from 255) = 23.20%
R=45.03%
G=31.77%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631158400.290.480.3623.5431.9848.43
HexA3735401D3024182030
Octal2431631240356044304060
Binary101000111110011101010001110111000010010011000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37354; }

 p { color: rgb(163,115,84); }

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

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

 a { background-color: rgb(163,115,84); }

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

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

 span { border-color: rgb(163,115,84); }

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