#A36F55

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

Shades of Sante Fe #A36F55

Tints of Sante Fe #A36F55

Color information

#A36F55 (or 0xA36F55) is unknown color: approx Sante Fe. HEX triplet: A3, 6F and 55. RGB value is (163,111,85). Sum of RGB (Red+Green+Blue) = 163+111+85=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36F55 is #5C90AA. Grayscale: #7B7B7B. Windows color (decimal): -6066347 or 5599139. OLE color: 5599139.

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

Color convert

RGB16311185-
CMYK00.320.480.36
HSL20º31.45%48.63%-
HSV(B)20º47.85%63.92%-
XYZ22.4319.8111.24-
YUV123.58106.23156.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=45.40%
G=30.92%
B=23.68%

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
Decimal1631118500.320.480.362031.4548.63
HexA36F550203024141f31
Octal2431571250406044243761
Binary101000111101111101010101000001100001001001010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F55; }

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

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

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

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

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

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

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

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