#A36B55

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

Shades of Sante Fe #A36B55

Tints of Sante Fe #A36B55

Color information

#A36B55 (or 0xA36B55) is unknown color: approx Sante Fe. HEX triplet: A3, 6B and 55. RGB value is (163,107,85). Sum of RGB (Red+Green+Blue) = 163+107+85=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36B55 is #5C94AA. Grayscale: #797979. Windows color (decimal): -6067371 or 5598115. OLE color: 5598115.

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

Color convert

RGB16310785-
CMYK00.340.480.36
HSL16.92º31.45%48.63%-
HSV(B)16.92º47.85%63.92%-
XYZ2218.9611.09-
YUV121.24107.55157.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.92%
GREEN value IS 107 (42.19% from 255) = 30.14%
BLUE value IS 85 (33.59% from 255) = 23.94%
R=45.92%
G=30.14%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631078500.340.480.3616.9231.4548.63
HexA36B550223024111f31
Octal2431531250426044213761
Binary101000111101011101010101000101100001001001000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36B55; }

 p { color: rgb(163,107,85); }

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

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

 a { background-color: rgb(163,107,85); }

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

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

 span { border-color: rgb(163,107,85); }

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