#A36F4E

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

Shades of Sante Fe #A36F4E

Tints of Sante Fe #A36F4E

Color information

#A36F4E (or 0xA36F4E) is unknown color: approx Sante Fe. HEX triplet: A3, 6F and 4E. RGB value is (163,111,78). Sum of RGB (Red+Green+Blue) = 163+111+78=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36F4E is #5C90B1. Grayscale: #7A7A7A. Windows color (decimal): -6066354 or 5140387. OLE color: 5140387.

HSL color Cylindrical-coordinate representation of color #A36F4E: hue angle of 23.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A36F4E is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB16311178-
CMYK00.320.520.36
HSL23.29º35.27%47.25%-
HSV(B)23.29º52.15%63.92%-
XYZ22.1619.719.84-
YUV122.79102.73156.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 78 (30.86% from 255) = 22.16%
R=46.31%
G=31.53%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631117800.320.520.3623.2935.2747.25
HexA36F4E020342417232f
Octal2431571160406444274357
Binary1010001111011111001110010000011010010010010111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F4E; }

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

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

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

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

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

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

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

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