#A36F4D

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

Shades of Sante Fe #A36F4D

Tints of Sante Fe #A36F4D

Color information

#A36F4D (or 0xA36F4D) is unknown color: approx Sante Fe. HEX triplet: A3, 6F and 4D. RGB value is (163,111,77). Sum of RGB (Red+Green+Blue) = 163+111+77=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36F4D is #5C90B2. Grayscale: #7A7A7A. Windows color (decimal): -6066355 or 5074851. OLE color: 5074851.

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

Color convert

RGB16311177-
CMYK00.320.530.36
HSL23.72º35.83%47.06%-
HSV(B)23.72º52.76%63.92%-
XYZ22.1319.699.66-
YUV122.67102.23156.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 77 (30.47% from 255) = 21.94%
R=46.44%
G=31.62%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631117700.320.530.3623.7235.8347.06
HexA36F4D020352418242f
Octal2431571150406544304457
Binary1010001111011111001101010000011010110010011000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F4D; }

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

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

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

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

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

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

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

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