#A36E53

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

Shades of Sante Fe #A36E53

Tints of Sante Fe #A36E53

Color information

#A36E53 (or 0xA36E53) is unknown color: approx Sante Fe. HEX triplet: A3, 6E and 53. RGB value is (163,110,83). Sum of RGB (Red+Green+Blue) = 163+110+83=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36E53 is #5C91AC. Grayscale: #7A7A7A. Windows color (decimal): -6066605 or 5467811. OLE color: 5467811.

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

Color convert

RGB16311083-
CMYK00.330.490.36
HSL20.25º32.52%48.24%-
HSV(B)20.25º49.08%63.92%-
XYZ22.2419.5610.79-
YUV122.77105.56156.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 110 (43.36% from 255) = 30.90%
BLUE value IS 83 (32.81% from 255) = 23.31%
R=45.79%
G=30.90%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631108300.330.490.3620.2532.5248.24
HexA36E530213124142130
Octal2431561230416144244160
Binary1010001111011101010011010000111000110010010100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36E53; }

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

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

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

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

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

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

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

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