#A36E54

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

Shades of Sante Fe #A36E54

Tints of Sante Fe #A36E54

Color information

#A36E54 (or 0xA36E54) is unknown color: approx Sante Fe. HEX triplet: A3, 6E and 54. RGB value is (163,110,84). Sum of RGB (Red+Green+Blue) = 163+110+84=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36E54 is #5C91AB. Grayscale: #7B7B7B. Windows color (decimal): -6066604 or 5533347. OLE color: 5533347.

HSL color Cylindrical-coordinate representation of color #A36E54: hue angle of 19.75º 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 #A36E54 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16311084-
CMYK00.330.480.36
HSL19.75º31.98%48.43%-
HSV(B)19.75º48.47%63.92%-
XYZ22.2819.5810.99-
YUV122.88106.06156.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 84 (33.20% from 255) = 23.53%
R=45.66%
G=30.81%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631108400.330.480.3619.7531.9848.43
HexA36E540213024142030
Octal2431561240416044244060
Binary1010001111011101010100010000111000010010010100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36E54; }

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

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

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

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

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

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

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

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