#A56648

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

Shades of Sante Fe #A56648

Tints of Sante Fe #A56648

Color information

#A56648 (or 0xA56648) is unknown color: approx Sante Fe. HEX triplet: A5, 66 and 48. RGB value is (165,102,72). Sum of RGB (Red+Green+Blue) = 165+102+72=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A56648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56648 is #5A99B7. Grayscale: #757575. Windows color (decimal): -5937592 or 4744869. OLE color: 4744869.

HSL color Cylindrical-coordinate representation of color #A56648: hue angle of 19.35º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A56648 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16510272-
CMYK00.380.560.35
HSL19.35º39.24%46.47%-
HSV(B)19.35º56.36%64.71%-
XYZ21.4417.978.47-
YUV117.42102.37161.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=48.67%
G=30.09%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651027200.380.560.3519.3539.2446.47
HexA56648026382313272e
Octal2451461100467043234756
Binary1010010111001101001000010011011100010001110011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56648; }

 p { color: rgb(165,102,72); }

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

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

 a { background-color: rgb(165,102,72); }

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

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

 span { border-color: rgb(165,102,72); }

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