#A56948

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

Shades of Sante Fe #A56948

Tints of Sante Fe #A56948

Color information

#A56948 (or 0xA56948) is unknown color: approx Sante Fe. HEX triplet: A5, 69 and 48. RGB value is (165,105,72). Sum of RGB (Red+Green+Blue) = 165+105+72=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A56948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56948 is #5A96B7. Grayscale: #777777. Windows color (decimal): -5936824 or 4745637. OLE color: 4745637.

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

Color convert

RGB16510572-
CMYK00.360.560.35
HSL21.29º39.24%46.47%-
HSV(B)21.29º56.36%64.71%-
XYZ21.7418.578.57-
YUV119.18101.38160.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.25%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=48.25%
G=30.70%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651057200.360.560.3521.2939.2446.47
HexA56948024382315272e
Octal2451511100447043254756
Binary1010010111010011001000010010011100010001110101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56948; }

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

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

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

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

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

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

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

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