#A36F54

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

Shades of Sante Fe #A36F54

Tints of Sante Fe #A36F54

Color information

#A36F54 (or 0xA36F54) is unknown color: approx Sante Fe. HEX triplet: A3, 6F and 54. RGB value is (163,111,84). Sum of RGB (Red+Green+Blue) = 163+111+84=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36F54 is #5C90AB. Grayscale: #7B7B7B. Windows color (decimal): -6066348 or 5533603. OLE color: 5533603.

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

Color convert

RGB16311184-
CMYK00.320.480.36
HSL20.51º31.98%48.43%-
HSV(B)20.51º48.47%63.92%-
XYZ22.3919.811.03-
YUV123.47105.73156.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 111 (43.75% from 255) = 31.01%
BLUE value IS 84 (33.20% from 255) = 23.46%
R=45.53%
G=31.01%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631118400.320.480.3620.5131.9848.43
HexA36F540203024152030
Octal2431571240406044254060
Binary1010001111011111010100010000011000010010010101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F54; }

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

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

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

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

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

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

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

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