#A56F54

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

Shades of Sante Fe #A56F54

Tints of Sante Fe #A56F54

Color information

#A56F54 (or 0xA56F54) is unknown color: approx Sante Fe. HEX triplet: A5, 6F and 54. RGB value is (165,111,84). Sum of RGB (Red+Green+Blue) = 165+111+84=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56F54 is #5A90AB. Grayscale: #7C7C7C. Windows color (decimal): -5935276 or 5533605. OLE color: 5533605.

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

Color convert

RGB16511184-
CMYK00.330.490.35
HSL20º32.53%48.82%-
HSV(B)20º49.09%64.71%-
XYZ22.820.0111.05-
YUV124.07105.39157.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 111 (43.75% from 255) = 30.83%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=45.83%
G=30.83%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651118400.330.490.352032.5348.82
HexA56F540213123142131
Octal2451571240416143244161
Binary1010010111011111010100010000111000110001110100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F54; }

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

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

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

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

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

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

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

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