#a36f4f

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

Shades of Sante Fe #A36F4F

Tints of Sante Fe #A36F4F

Color information

#A36F4F (or 0xA36F4F) is unknown color: approx Sante Fe. HEX triplet: A3, 6F and 4F. RGB value is (163,111,79). Sum of RGB (Red+Green+Blue) = 163+111+79=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36F4F is #5C90B0. Grayscale: #7B7B7B. Windows color (decimal): -6066353 or 5205923. OLE color: 5205923.

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

Color convert

RGB16311179-
CMYK00.320.520.36
HSL22.86º34.71%47.45%-
HSV(B)22.86º51.53%63.92%-
XYZ22.219.7210.03-
YUV122.9103.23156.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 111 (43.75% from 255) = 31.44%
BLUE value IS 79 (31.25% from 255) = 22.38%
R=46.18%
G=31.44%
B=22.38%

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
Decimal1631117900.320.520.3622.8634.7147.45
HexA36F4F020342417232f
Octal2431571170406444274357
Binary1010001111011111001111010000011010010010010111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a36f4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a36f4f; }

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

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

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

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

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

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

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

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