#A36F52

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

Shades of Sante Fe #A36F52

Tints of Sante Fe #A36F52

Color information

#A36F52 (or 0xA36F52) is unknown color: approx Sante Fe. HEX triplet: A3, 6F and 52. RGB value is (163,111,82). Sum of RGB (Red+Green+Blue) = 163+111+82=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36F52 is #5C90AD. Grayscale: #7B7B7B. Windows color (decimal): -6066350 or 5402531. OLE color: 5402531.

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

Color convert

RGB16311182-
CMYK00.320.500.36
HSL21.48º33.06%48.04%-
HSV(B)21.48º49.69%63.92%-
XYZ22.3119.7610.62-
YUV123.24104.73156.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=45.79%
G=31.18%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631118200.320.500.3621.4833.0648.04
HexA36F520203224152130
Octal2431571220406244254160
Binary1010001111011111010010010000011001010010010101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F52; }

 p { color: rgb(163,111,82); }

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

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

 a { background-color: rgb(163,111,82); }

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

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

 span { border-color: rgb(163,111,82); }

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