#A36748

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

Shades of Sante Fe #A36748

Tints of Sante Fe #A36748

Color information

#A36748 (or 0xA36748) is unknown color: approx Sante Fe. HEX triplet: A3, 67 and 48. RGB value is (163,103,72). Sum of RGB (Red+Green+Blue) = 163+103+72=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A36748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36748 is #5C98B7. Grayscale: #757575. Windows color (decimal): -6068408 or 4745123. OLE color: 4745123.

HSL color Cylindrical-coordinate representation of color #A36748: hue angle of 20.44º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A36748 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16310372-
CMYK00.370.560.36
HSL20.44º38.72%46.08%-
HSV(B)20.44º55.83%63.92%-
XYZ21.1217.958.48-
YUV117.41102.38160.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.22%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=48.22%
G=30.47%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631037200.370.560.3620.4438.7246.08
HexA36748025382414272e
Octal2431471100457044244756
Binary1010001111001111001000010010111100010010010100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36748; }

 p { color: rgb(163,103,72); }

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

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

 a { background-color: rgb(163,103,72); }

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

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

 span { border-color: rgb(163,103,72); }

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